summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:39 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 15:25:43 +0100
commit549b83dedcd7dbd5065b094dc02cc4977c910743 (patch)
tree2e18860684ef674c4c1287bc04556f04855ff4e9
parentfa2a80f713224b23572a985e5975a534bb94fd9c (diff)
downloadgwenview-549b83dedcd7dbd5065b094dc02cc4977c910743.tar.gz
gwenview-549b83dedcd7dbd5065b094dc02cc4977c910743.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 400a3089705ddc53221e69408213cfe42ffd43a2)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 40f3616..227f187 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 #################