summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
commit9a1713edb3e9110e416a7d32168099704a1d41c5 (patch)
tree0868f1d2cae03fbde54bb438f6ca3ef1874e45c3 /CMakeL10n.txt
parent7aeb471bbc0f8e1734d58a1aefc3fc96b054038b (diff)
downloadkbibtex-9a1713edb3e9110e416a7d32168099704a1d41c5.tar.gz
kbibtex-9a1713edb3e9110e416a7d32168099704a1d41c5.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 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 #################