Skip to content

Commit 64a82ed

Browse files
Merge pull request #735 from Hitesh-ed:gemma.cpp-windows-build-fix
PiperOrigin-RevId: 822559272
2 parents acede9d + 027288b commit 64a82ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakePresets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"description": "Visual Studio 2022 with Clang/LLVM frontend",
2727
"generator": "Visual Studio 17 2022",
2828
"toolset": "ClangCL",
29+
"cacheVariables": {
30+
"CMAKE_POLICY_VERSION_MINIMUM": "3.5"
31+
},
2932
"condition": {
3033
"type": "equals",
3134
"lhs": "${hostSystemName}",

0 commit comments

Comments
 (0)