summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:11 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:11 +0100
commitf6c3418dd44c4f54f8c1d2a1c42cd7100099005c (patch)
tree3f4b97c3a19d4b6fce4da43e33fc043be0a3b337
parent8ea29e48cc24a7dc9356680a75eecbebc5b8bee9 (diff)
downloadtdepowersave-f6c3418dd44c4f54f8c1d2a1c42cd7100099005c.tar.gz
tdepowersave-f6c3418dd44c4f54f8c1d2a1c42cd7100099005c.zip
Raise the minimum required version of CMake to 3.1.
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 c80d363..c392647 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################