vcpkg 2025.01.13, update nixpkgs

This commit is contained in:
Nadia Holmquist Pedersen
2025-02-10 20:57:43 +01:00
parent 15c3faa26e
commit e8265df4bd
4 changed files with 8 additions and 6 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.11.16
GIT_TAG 2025.01.13
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()