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 @@
"binaryDir": "${sourceDir}/build",
"installDir": "${sourceDir}/dist",
"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