summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:49 +0100
commit33a3018bfe5d2cdf2457260b6c42cc3528a2d809 (patch)
tree94d7e5226771f3c66b6282063c67d613b488f2e5
parenta7fc318afe6714a91c894242eaa9f59b422be198 (diff)
downloadpotracegui-33a3018bfe5d2cdf2457260b6c42cc3528a2d809.tar.gz
potracegui-33a3018bfe5d2cdf2457260b6c42cc3528a2d809.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9699654..49abdc1 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )