Skip to content

Commit 43acaa2

Browse files
committed
fix: add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to x64-windows-static.cmake
1 parent b920a0e commit 43acaa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/kokoro/windows/triplets/x64-windows-static.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ set(VCPKG_LIBRARY_LINKAGE static)
44
set(VCPKG_VISUAL_STUDIO_PATH
55
"C:\\Program Files (x86)\\Microsoft Visual Studio\\$ENV{MSVC_VERSION}\\BuildTools"
66
)
7+
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DCMAKE_POLICY_VERSION_MINIMUM=3.5)

0 commit comments

Comments
 (0)