summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:36 +0100
commit6ee0762c41b15889ec8aa450be6e9eb90917dc63 (patch)
treeaff242468317869f7a1dc4ff2d26d23e033c19cd
parent4b517be18559f6065402fed5684e8438f3fe322b (diff)
downloadkshowmail-6ee0762c.tar.gz
kshowmail-6ee0762c.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 a2982cb5775436135a222b0777c7d44e85ae08e1)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc5ae88..7bbf011 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