Skip to content

Commit

Permalink
Update vcpkg to 2024.08.23, closes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed Aug 29, 2024
1 parent 9546b11 commit 2140f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else()

set(VCPKG_FETCH_CONTENT_NAME vcpkg)
set(VCPKG_GIT_REPOSITORY "https://github.com/microsoft/vcpkg.git")
set(VCPKG_GIT_TAG "fba75d0")
set(VCPKG_GIT_TAG "3508985")
FetchContent_Declare(
${VCPKG_FETCH_CONTENT_NAME}
GIT_REPOSITORY ${VCPKG_GIT_REPOSITORY}
Expand Down

0 comments on commit 2140f91

Please sign in to comment.