summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:56 +0100
commit93c4961fb9d57b968a900c22b9e228fc95524507 (patch)
tree27c2775f016683954b751b0bc70caf62ae821738
parent7bd36a62bf950cb1a028dc49198bafc2be6aa388 (diff)
downloadtdeutils-93c4961f.tar.gz
tdeutils-93c4961f.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 fab87c45cf4e6873e0f6e4a2f28a7e11321e367c)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b1a96d..9610356 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 #####################