summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:34 +0100
commit97562a4e545b19d30965f31aae74ba7546811649 (patch)
treea2cb130720d4358a1be715dbe45ad16ddc2e2fe5
parent46f1782c91496bd8f4b91e99f032e01abd176757 (diff)
downloadkbookreader-97562a4e.tar.gz
kbookreader-97562a4e.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 01832b22540f792718b8597b854453761b6c5382)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45ceb03..22cb40d 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