vcpkg 2024.11.16 & update nixpkgs

This commit is contained in:
Nadia Holmquist Pedersen
2024-11-23 14:41:25 +01:00
parent 1d6c9023ff
commit 730b488fe3
4 changed files with 9 additions and 9 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.10.21
GIT_TAG 2024.11.16
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()