Files
conan-build/recipes/libsndfile/all/patches/1.0.31-0001-fix-msvc-runtime-logic.patch
2024-12-25 17:47:28 +03:00

12 lines
233 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ if (POLICY CMP0091)
return ()
endif ()
- if (DEFINED CMAKE_MSVC_RUNTIME_LIBRARY)
+ if (1)
cmake_policy (SET CMP0091 NEW)
else ()
cmake_policy (SET CMP0091 OLD)