update vcpkg and nixpkgs

This commit is contained in:
Nadia Holmquist Pedersen
2024-09-06 13:39:42 +02:00
parent 4f6498c99c
commit 277b151ada
4 changed files with 7 additions and 7 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.07.12
GIT_TAG 2024.08.23
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()