We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ee132 commit 00b261cCopy full SHA for 00b261c
bitreader/CMakeLists.txt
@@ -28,6 +28,8 @@ if (NOT WIN32)
28
add_compile_options(-Wshorten-64-to-32)
29
endif()
30
add_compile_options(-Wall -Wconversion -Wsign-conversion -Werror -pedantic)
31
+else()
32
+ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
33
34
35
set(BITREADER_SOURCES
0 commit comments