Skip to content

Commit b64aad7

Browse files
committed
Change win runtime to MD, see if build passes
1 parent 00b261c commit b64aad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitreader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (NOT WIN32)
2929
endif()
3030
add_compile_options(-Wall -Wconversion -Wsign-conversion -Werror -pedantic)
3131
else()
32-
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
32+
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
3333
endif()
3434

3535
set(BITREADER_SOURCES

0 commit comments

Comments
 (0)