vcpkg 2024.07.12

This commit is contained in:
Nadia Holmquist Pedersen
2024-07-30 00:43:15 +02:00
parent 12563fb636
commit d62c61ba08
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ if (VCPKG_ROOT STREQUAL "${_DEFAULT_VCPKG_ROOT}")
endif()
FetchContent_Declare(vcpkg
GIT_REPOSITORY "https://github.com/Microsoft/vcpkg.git"
GIT_TAG 2024.01.12
GIT_TAG 2024.07.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()