diff options
Diffstat (limited to 'vcpkg/ports/libdwarf/msvc-runtime.diff')
| -rw-r--r-- | vcpkg/ports/libdwarf/msvc-runtime.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libdwarf/msvc-runtime.diff b/vcpkg/ports/libdwarf/msvc-runtime.diff new file mode 100644 index 0000000..c2d118c --- /dev/null +++ b/vcpkg/ports/libdwarf/msvc-runtime.diff @@ -0,0 +1,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 |