cache vcpkg buildtrees

This commit is contained in:
Lion Kortlepel
2023-12-05 16:23:02 +01:00
parent 5ed220c58d
commit fa3da4ddf2
3 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
if (WIN32)
set(VCPKG_TARGET_TRIPLET x64-windows-static)
endif()
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake)
find_package(Git)
if(Git_FOUND)