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
parent
commit
e378e33421
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CMakePresets.json

3
CMakePresets.json

@ -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"
} }
}, },
{ {

Loading…
Cancel
Save