summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:46 +0100
commitedd6e4eb3f0775d7cea9b3d858f1f8b8e6dd121c (patch)
tree5c5cc401722f014dbd01deb200ff057da948b977
parent5e40664b2c817b1b82106c554ecd730d399983f8 (diff)
downloadkdbusnotification-edd6e4eb.tar.gz
kdbusnotification-edd6e4eb.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1afda57292412c2898d3341bc3276311ee65aa9f)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e4b7476..d1fce95 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 #################