Skip to content

Commit

Permalink
downgrade toolset version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 27, 2024
1 parent f8744fc commit 1f68945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg/triplets/x64-windows-static.cmake
Original file line number Diff line number Diff line change
@@ -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.39") # 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)

0 comments on commit 1f68945

Please sign in to comment.