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 10:50:44 +0100
commite3974c9b71bd570b0d6e6cc5055111e01a58eea3 (patch)
treeba074c340c43f509a7e00946b892436985cf04a9
parent2fd3248629846a7ff5b2d8cb2ba99a45844876e6 (diff)
downloadlibkdcraw-e3974c9b.tar.gz
libkdcraw-e3974c9b.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 #################