summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-31 10:51:00 +0100
committerSlávek Banko <[email protected]>2021-12-31 11:52:42 +0100
commitecb45e75874ee11abf6188754d06e11f5cd4c438 (patch)
tree33cc49af75ca73266aede7be98f33eea8cd4e572
parent528d2046569a78316340e06d0a750eb18f33cc3f (diff)
downloadkile-ecb45e75874ee11abf6188754d06e11f5cd4c438.tar.gz
kile-ecb45e75874ee11abf6188754d06e11f5cd4c438.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 78aa4aea163a53ff3f3125806a1d04610227ee8e)
-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 #################