"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "4e5d862ec47467a87124a180ae91de703283d14c"
Unverified Commit e378e334 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

win: static link msvc libs (#11612)

This should help reduce the runtime dependencies on windows.
parent fcec04bf
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
"binaryDir": "${sourceDir}/build", "binaryDir": "${sourceDir}/build",
"installDir": "${sourceDir}/dist", "installDir": "${sourceDir}/dist",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Release" "CMAKE_BUILD_TYPE": "Release",
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded"
} }
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment