Skip to content

Commit

Permalink
Update x64-windows-static.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 16, 2024
1 parent fb04bde commit b381b86
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.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)

0 comments on commit b381b86

Please sign in to comment.