summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:46 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:37 +0100
commit112b01347a8651fc6fb204e48bf136dbf013df80 (patch)
tree0d8083ddb06ec023ad62b9fb31d1e4d5c24ab378
parent239dffafd70405feaf435d958ea0c351f0c551a0 (diff)
downloadkvkbd-112b01347a8651fc6fb204e48bf136dbf013df80.tar.gz
kvkbd-112b01347a8651fc6fb204e48bf136dbf013df80.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f3655877fc1cf0ec4d8b92f5529db25ff9d4a3be)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69a971e..9593d2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup