Commit c30d845
committed
feat: Use CMAKE_MSVC_RUNTIME_LIBRARY for runtime selection in MSVC(#1198)
Previously, when BUILD_SHARED_LIBS was set to FALSE (OFF), the runtime library was
forcibly set to MultiThreaded. This commit replaces that behavior by using the
CMAKE_MSVC_RUNTIME_LIBRARY option, allowing users to select between MultiThreaded
and MultiThreadedDLL as a build option.1 parent 397d85a commit c30d845
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
0 commit comments