summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 20:31:15 +0100
commitae5890aac51e509994d63afbb9f57b15f214a96e (patch)
tree0159def4d3c7ae9fc2285e9751bcaa5397ad5abe /template
parent2282d9eb36140be47efd1006f6b111c3b40e44e2 (diff)
downloadtde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.tar.gz
tde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'template')
-rw-r--r--template/commonCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt
index bee9b92b504..1d4214efddd 100644
--- a/template/commonCMakeLists.txt
+++ b/template/commonCMakeLists.txt
@@ -12,7 +12,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup #####################