Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Dec 26, 2023
1 parent 27ac8db commit 65780e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConfigureVcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(VCPKG_ROOT "${_DEFAULT_VCPKG_ROOT}" CACHE STRING "The path to the vcpkg repo
if (VCPKG_ROOT STREQUAL "${_DEFAULT_VCPKG_ROOT}")
FetchContent_Declare(vcpkg
GIT_REPOSITORY "https://github.com/Microsoft/vcpkg.git"
GIT_TAG 2023.10.19
GIT_TAG 2023.12.12
SOURCE_DIR "${CMAKE_SOURCE_DIR}/vcpkg")
FetchContent_MakeAvailable(vcpkg)
endif()
Expand Down

0 comments on commit 65780e6

Please sign in to comment.