summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:42 +0100
commit4423e37dd4bc4ed57f446ceba82ed7db7d19a693 (patch)
treee0e364d7d44ea1413c44a43cefaccf581acb9f7a
parent856e52530fbf89283ce8317c85a8a95522dbd98f (diff)
downloadkmymoney-4423e37d.tar.gz
kmymoney-4423e37d.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 9f0cd8c65a40efbd388564d71b42079c632f0245)
-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 #################