We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52439c1 commit 4e642f7Copy full SHA for 4e642f7
ci/kokoro/windows/triplets/x86-windows-static.cmake
@@ -4,3 +4,5 @@ set(VCPKG_LIBRARY_LINKAGE static)
4
set(VCPKG_VISUAL_STUDIO_PATH
5
"C:\\Program Files (x86)\\Microsoft Visual Studio\\$ENV{MSVC_VERSION}\\BuildTools"
6
)
7
+set(VCPKG_CMAKE_CONFIGURE_OPTIONS
8
+ "${VCPKG_CMAKE_CONFIGURE_OPTIONS};-DCMAKE_POLICY_VERSION_MINIMUM=3.5")
0 commit comments