summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:09 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:45 +0100
commit69e258b74fc5c43d849de32e91f610d9178094e3 (patch)
tree6e4ed452e785481cfc9bd8003e8d893cd4991e3f
parente10bdb80b306bba6f80e088472b047e6eb69168e (diff)
downloaddolphin-69e258b7.tar.gz
dolphin-69e258b7.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 cd421b0aaf1c1bdc70bf1826834936f4a093dbfd)
-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 #################