summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:50 +0100
commit70b0d4bf82b1a4f3502b09a35024c7821d834485 (patch)
tree6579e176513bb994f7c58414461185505a87bb35
parentd39c519ce53ca6e09a8f21bae0ec0b674cac1eaf (diff)
downloadgtk-qt-engine-70b0d4bf82b1a4f3502b09a35024c7821d834485.tar.gz
gtk-qt-engine-70b0d4bf82b1a4f3502b09a35024c7821d834485.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 b2735d92726e865990f79b821fda07357fa8a71c)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 8de7175..7b1b732 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 #################