summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:30 +0100
commit8c9b58273736acf653c1b058f4029f952c343bba (patch)
treee297ca75fefec510944506af94c0208fa6c40b05
parent979a48e88300009419a31f3f18ab27d7b27ad784 (diff)
downloadk3b-i18n-8c9b58273736acf653c1b058f4029f952c343bba.tar.gz
k3b-i18n-8c9b58273736acf653c1b058f4029f952c343bba.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 7a37f8fe289dd9023c9669ce1f2287b42990578f)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aafdd85..de59e1d 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 #####################