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 00b261c commit b64aad7Copy full SHA for b64aad7
bitreader/CMakeLists.txt
@@ -29,7 +29,7 @@ if (NOT WIN32)
29
endif()
30
add_compile_options(-Wall -Wconversion -Wsign-conversion -Werror -pedantic)
31
else()
32
- set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
+ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
33
34
35
set(BITREADER_SOURCES
0 commit comments