From 2140f915d57ed56d13fdab1d3f6b1d7a0678280e Mon Sep 17 00:00:00 2001 From: duncanpo Date: Thu, 29 Aug 2024 18:34:44 -0400 Subject: [PATCH 1/2] Update vcpkg to 2024.08.23, closes #150 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cd810a..4b74e18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} From 5b25842ed1a9b8ef5c95a32d86e631963c2b2a4d Mon Sep 17 00:00:00 2001 From: duncanpo Date: Tue, 3 Sep 2024 13:40:25 -0400 Subject: [PATCH 2/2] Update to vcpkg 2024.06.15, fixes #150 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b74e18..873cde1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "3508985") + set(VCPKG_GIT_TAG "f7423ee") FetchContent_Declare( ${VCPKG_FETCH_CONTENT_NAME} GIT_REPOSITORY ${VCPKG_GIT_REPOSITORY}