summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:34 +0100
commit0eaf3f2cd7776c71931fcbbcedeb107ed68a3511 (patch)
tree8606d2dd05cc59789b56cf8cadd8a0c5be0a7ba7
parent1689e60913916d1650acf45d4acfe07639941abb (diff)
downloadpiklab-0eaf3f2c.tar.gz
piklab-0eaf3f2c.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 d9ad3fba677235475978aadcb5fb62dac5711b85)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 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 #################