Skip to content

Commit 59e01ec

Browse files
authored
Merge pull request #1199 from BestArthur/feature/msvc-runtime-selection
feat: Use CMAKE_MSVC_RUNTIME_LIBRARY for runtime selection in MSVC(#1
2 parents 7865eb4 + c30d845 commit 59e01ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ if (MSVC)
8282
message(STATUS "Build windows dynamic libs.")
8383
else()
8484
# Add this to build windows pure static library.
85-
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
8685
message(STATUS "Build windows static libs.")
8786
endif()
8887
endif()

0 commit comments

Comments
 (0)