summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:43 +0100
commit74d041d01b11c425ee383e46ee815cf5103161d2 (patch)
treeac55ed52a6eb2bc30ebd80e71d6a2f15aa5e18d1
parent93c527127bca43c405998d28e291c04e83d8e032 (diff)
downloadtdeio-umountwrapper-74d041d0.tar.gz
tdeio-umountwrapper-74d041d0.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 cbc1763b600ed7efe1f6fe679cc010ab8367f06c)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 878c0fd..4a61bbc 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