summaryrefslogtreecommitdiffstats
path: root/tdemarkdown
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 11:50:12 +0100
commit1b8945b1d3173e2a8de4b4a1415bd72de7200592 (patch)
tree81a5418194e2664cb70847ea1f3b4cfe62cf04af /tdemarkdown
parent50a6c5bfb22862b40d5501fae90a89bb2b4f43e7 (diff)
downloadtdelibs-1b8945b1d3173e2a8de4b4a1415bd72de7200592.tar.gz
tdelibs-1b8945b1d3173e2a8de4b4a1415bd72de7200592.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 49ab8ddf538aea03f228d9cc1d92fbf0aaa37d89)
Diffstat (limited to 'tdemarkdown')
-rw-r--r--tdemarkdown/md4c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdemarkdown/md4c/CMakeLists.txt b/tdemarkdown/md4c/CMakeLists.txt
index cab797eb9..df4657473 100644
--- a/tdemarkdown/md4c/CMakeLists.txt
+++ b/tdemarkdown/md4c/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required( VERSION 3.5 )
project(MD4C C)
set(MD_VERSION_MAJOR 0)