summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:46 +0100
commit6b7fe208600249d2a13865d9228d68090c33e1c6 (patch)
tree202a2273482c03aa091cc0a731bd134871ef2c14
parent6038289ea88292665b08d3b30a39e20e5cdf1a80 (diff)
downloadkdirstat-6b7fe208.tar.gz
kdirstat-6b7fe208.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 4e933fb28600fc21055b4e8ef6f3524c1e00ea92)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcd92be..90340a9 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