diff --git a/CMakeLists.txt b/CMakeLists.txt index 28076ee..f9795dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ macro(msvc_posix target) endmacro() if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") +elseif(0) set(LIBDWARF_CRT "MD" CACHE STRING "Either MT or MD, specifies whether to use the static or dynamic MSVCRT.") # Use CMAKE_MSVC_RUNTIME in versions 3.15 and up