summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:07 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:07 +0100
commit5998f419f047c2b6eab005f48f526712fa9198b4 (patch)
tree7e438ee869d6b1d72fa7275d1f3005244fcaa627 /CMakeL10n.txt
parentd13e974442eb7ea5d16132b3b4b66aa3cda44028 (diff)
downloadlibkdcraw-5998f419f047c2b6eab005f48f526712fa9198b4.tar.gz
libkdcraw-5998f419f047c2b6eab005f48f526712fa9198b4.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-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 #################