summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:51 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:37 +0100
commitb43f977f0da38054b88161371734f79f30f6dfe5 (patch)
tree93bdc4f2db8d1e8cf9eb7b938c76ff0bab66100f
parent6d31a95cce9faede5621650aff5ac085eaf3a4dd (diff)
downloadkopete-otr-b43f977f0da38054b88161371734f79f30f6dfe5.tar.gz
kopete-otr-b43f977f0da38054b88161371734f79f30f6dfe5.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 62e47436398aac82a1a2cd921685c396f65d2107)
-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 #################