summaryrefslogtreecommitdiffstats
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-10 09:40:37 +0100
commitc9d1bd721fd4d3c0bd9bdfbbcbfe184ad6a7b020 (patch)
tree0868f1d2cae03fbde54bb438f6ca3ef1874e45c3
parent06ee3c8c063933d06b750c0f557a99b4e1037de8 (diff)
downloadkbibtex-c9d1bd721fd4d3c0bd9bdfbbcbfe184ad6a7b020.tar.gz
kbibtex-c9d1bd721fd4d3c0bd9bdfbbcbfe184ad6a7b020.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 9a1713edb3e9110e416a7d32168099704a1d41c5)
-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 eafe418..0d96f38 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