gmic/cmake-fixes.patch
Marcus Rueckert 4382a30b8a - update to 2.5.1
https://discuss.pixls.us/t/release-of-gmic-2-5/9413
- refresh cmake-fixes.patch:
  only lowering of cmake version remains, all other changes are
  upstream

OBS-URL: https://build.opensuse.org/package/show/graphics/gmic?expand=0&rev=15
2019-03-15 13:35:08 +00:00

14 lines
425 B
Diff

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)