Skip to content

Commit 4e642f7

Browse files
authored
fix: add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for x86-windows-static kokoro (#15722)
1 parent 52439c1 commit 4e642f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ 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
8+
"${VCPKG_CMAKE_CONFIGURE_OPTIONS};-DCMAKE_POLICY_VERSION_MINIMUM=3.5")

0 commit comments

Comments
 (0)