summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:42 +0100
commit4c44c21406e02cabcf208551f6441d7a6fdd48e6 (patch)
treecf214c46baf91e15c3da16986e849f82635c48a2
parent97562a4e545b19d30965f31aae74ba7546811649 (diff)
downloadkbookreader-4c44c214.tar.gz
kbookreader-4c44c214.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 240a56b2c56c7f33c8c01854df6cd66e1ef8b82f)
-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 #################