summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:54 +0100
commitfe4f737bced1f4ffc193eb148178952207c2df20 (patch)
tree6ba08e08890f23a4c405db6eeaa94f3a01f0d090
parentce97e968cc78630ea5f6c940d3ba542eb17cea6b (diff)
downloadtdeartwork-fe4f737bced1f4ffc193eb148178952207c2df20.tar.gz
tdeartwork-fe4f737bced1f4ffc193eb148178952207c2df20.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 6f5e42d4..9aa7080a 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