summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:30 +0100
commit654fb542975c46bee6dff763e2273b5eb60d062b (patch)
treedbccc22a38ff246607067aec85c9c8da8cadec0d
parent14d435d8e376a172053861b467e44296273d5967 (diff)
downloadgwenview-i18n-654fb542975c46bee6dff763e2273b5eb60d062b.tar.gz
gwenview-i18n-654fb542975c46bee6dff763e2273b5eb60d062b.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit df99a44e902e9a4fdd964fe3a5d2e93b28d5aee1)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c2db40..1ab35d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################