summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:41 +0100
commitedaf1fc4ff925dadfade03093e2b7cdf202c3b26 (patch)
treee25c0729a5e63a23a651a5da308d232af8868f40
parent76546eb0b013684c75c31585e99dc908a18415cd (diff)
downloadyakuake-edaf1fc4.tar.gz
yakuake-edaf1fc4.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 c80b2793da3e73a0b10864f1d837d4413b94f519)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d3667ca..1882759 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