summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:58 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:41 +0100
commitf56d8dd21fc32a0e16af7d6b327ded6c491362ac (patch)
tree33d36db3ea3303e790fa974e6207e89503fabd1a
parente0335d553b73caa230e337c6c40a97f8b6f61505 (diff)
downloadrosegarden-f56d8dd21fc32a0e16af7d6b327ded6c491362ac.tar.gz
rosegarden-f56d8dd21fc32a0e16af7d6b327ded6c491362ac.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 d84799dd95303d73d329e784aa1917d66d6b02b4)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 4e4edff..482771d 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 #################