gmic/cmake-fixes.patch

14 lines
425 B
Diff
Raw Normal View History

Index: gmic-2.4.5/CMakeLists.txt
===================================================================
--- gmic-2.4.5.orig/CMakeLists.txt
+++ gmic-2.4.5/CMakeLists.txt
@@ -53,7 +53,7 @@
# knowledge of the CeCILL and CeCILL-C licenses and that you accept its terms.
#
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.5)
cmake_policy(SET CMP0046 OLD)
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)