summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-12 18:26:25 +0100
commit23237d09901977de18d5bac9d6fbd7b66563804b (patch)
tree72baba9b4b243091da96e486a58669f83b7659e7
parent1ba064de1e2d2ca169300e4159f6f4c6316234ab (diff)
downloadkdirstat-23237d09901977de18d5bac9d6fbd7b66563804b.tar.gz
kdirstat-23237d09901977de18d5bac9d6fbd7b66563804b.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 41317d1d01536f68e454a4227d0ea62d722c948b)
-rw-r--r--CMakeL10n.txt2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a91bd2a..e0b1b56 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0d8c41..3a12a4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup