mirror of https://github.com/google/gemma.cpp.git
Merge pull request #735 from Hitesh-ed:gemma.cpp-windows-build-fix
PiperOrigin-RevId: 822559272
This commit is contained in:
commit
64a82ed645
|
|
@ -26,6 +26,9 @@
|
|||
"description": "Visual Studio 2022 with Clang/LLVM frontend",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"toolset": "ClangCL",
|
||||
"cacheVariables": {
|
||||
"CMAKE_POLICY_VERSION_MINIMUM": "3.5"
|
||||
},
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue