summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-31 10:50:56 +0100
committerSlávek Banko <[email protected]>2021-12-31 11:52:40 +0100
commit50f352b37bc93d2ef8fa6832dbb614f4e709b16e (patch)
tree459b5d0c8475d3f4d0d071e57d792b5c6f868ac0
parent57e4f76cf59dfdd15d64d620046d8f30873f107d (diff)
downloadkaffeine-50f352b37bc93d2ef8fa6832dbb614f4e709b16e.tar.gz
kaffeine-50f352b37bc93d2ef8fa6832dbb614f4e709b16e.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0f0ccc3001c00822508a76ce5362d9ae64f4ea97)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################