summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:12 +0100
commit5cd67930cc35c2557a09ea8ddf3dd5ca83861a71 (patch)
tree3d1732aca7adf3efd02b466f6f6f1026d3e1c664
parent113de6be03c6eb6421f45684e41ff0e124805cc5 (diff)
downloadlibkdcraw-5cd67930.tar.gz
libkdcraw-5cd67930.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e3974c9b71bd570b0d6e6cc5055111e01a58eea3)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################