We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7865eb4 + c30d845 commit 59e01ecCopy full SHA for 59e01ec
CMakeLists.txt
@@ -82,7 +82,6 @@ if (MSVC)
82
message(STATUS "Build windows dynamic libs.")
83
else()
84
# Add this to build windows pure static library.
85
- set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
86
message(STATUS "Build windows static libs.")
87
endif()
88
0 commit comments