summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:06 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 15:25:21 +0100
commit405d2a9eaa23e094d1bdee3ca7ad85841c68fc67 (patch)
treeaf4b892de85662d0ce241192d8e472c738c48315
parent7cf9c5b2403902b3f025fac6c809e0e0400417b5 (diff)
downloadkipi-plugins-405d2a9e.tar.gz
kipi-plugins-405d2a9e.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 233b58f..ec40e4d 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 #################