blob: c2d118c2b059a8210b9bf3f9323245db82c5f3fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|