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 9ec658a commit f52e911Copy full SHA for f52e911
CMakeLists.txt
@@ -43,7 +43,7 @@ macro(CeleroSetDefaultCompilerOptions)
43
target_compile_options(${PROJECT_NAME} PRIVATE /MD$<$<CONFIG:Debug>:d>)
44
endif()
45
else()
46
- target_compile_options(${PROJECT_NAME} PRIVATE /MD$<$<CONFIG:Debug>:d>)
+ target_compile_options(${PROJECT_NAME} PRIVATE /MT$<$<CONFIG:Debug>:d>)
47
48
49
0 commit comments