summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:35 +0100
commit86631866755ef73ab8f9ad4db9452b4b898119aa (patch)
treeb0ac38ce2b7009fdefb0a843b60a5a06839d472a
parent47057a04cc269225a680e9cea4df8001a61fa4b8 (diff)
downloaddigikam-86631866755ef73ab8f9ad4db9452b4b898119aa.tar.gz
digikam-86631866755ef73ab8f9ad4db9452b4b898119aa.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 c35c01eb442775e43ede710d98c1c9d732097e96)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################