Browse Source
win: static link msvc libs (#11612)
This should help reduce the runtime dependencies on windows.
mxyng/benchmark
Daniel Hiltgen
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
CMakePresets.json
|
|
|
@ -6,7 +6,8 @@ |
|
|
|
"binaryDir": "${sourceDir}/build", |
|
|
|
"installDir": "${sourceDir}/dist", |
|
|
|
"cacheVariables": { |
|
|
|
"CMAKE_BUILD_TYPE": "Release" |
|
|
|
"CMAKE_BUILD_TYPE": "Release", |
|
|
|
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
|