vcpkg 2024.10.21

This commit is contained in:
Nadia Holmquist Pedersen
2024-10-24 19:55:41 +02:00
parent 75e6856af4
commit 9ebc96d121
3 changed files with 3 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.08.23
GIT_TAG 2024.10.21
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()