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:27:48 +0100
commitacefe8f19002cbc741ddbc5e91f88d96f9ee119a (patch)
tree3e9ccc63eb67686abc577ccecc00e31ad7d55477
parentc90477ac6c26997540da98ba02c44e6441b21d67 (diff)
downloadtdeio-umountwrapper-acefe8f1.tar.gz
tdeio-umountwrapper-acefe8f1.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa3e67c..1cc4d5d 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