summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:46 +0100
commit8dd986ad2d50305a3828e322e0355217eb8918ed (patch)
tree43bbb8ebf2677d9587c713b933a56a685d92e062
parent4369f737a78ef57087012d62431c412f1ff84eee (diff)
downloadkchmviewer-8dd986ad2d50305a3828e322e0355217eb8918ed.tar.gz
kchmviewer-8dd986ad2d50305a3828e322e0355217eb8918ed.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2b1756ae4bcffb6405ce1b84e623e265c5defd3b)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a547914..d4177a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
#### general package setup