From b381b86a9d3cbf7d06335f6fb757f63a6b58c34b Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 16 May 2024 20:32:19 +0200 Subject: [PATCH] Update x64-windows-static.cmake --- vcpkg/triplets/x64-windows-static.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg/triplets/x64-windows-static.cmake b/vcpkg/triplets/x64-windows-static.cmake index 659173930d..59e33f42fd 100644 --- a/vcpkg/triplets/x64-windows-static.cmake +++ b/vcpkg/triplets/x64-windows-static.cmake @@ -1,6 +1,6 @@ set(VCPKG_TARGET_ARCHITECTURE x64) set(VCPKG_CRT_LINKAGE static) set(VCPKG_LIBRARY_LINKAGE static) -set(VCPKG_PLATFORM_TOOLSET_VERSION "14.38") # Can be removed in a future update; aligned with .github/workflows/windows.yml : ilammy/msvc-dev-cmd/toolset +# set(VCPKG_PLATFORM_TOOLSET_VERSION "14.38") # Can be removed in a future update; aligned with .github/workflows/windows.yml : ilammy/msvc-dev-cmd/toolset set(VCPKG_BUILD_TYPE release)