summaryrefslogtreecommitdiffstats
path: root/template/commonCMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-10 09:44:09 +0100
commit3cc206ab45c38fca4a63ea3943b361031b0b7aea (patch)
tree1f62c796d266a6c920956a948d877aceaa8fe27c /template/commonCMakeLists.txt
parent6fcd754ef7fbb65a893f0f3a34ba4145e5bc2419 (diff)
downloadkoffice-i18n-3cc206ab45c38fca4a63ea3943b361031b0b7aea.tar.gz
koffice-i18n-3cc206ab45c38fca4a63ea3943b361031b0b7aea.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 054837bac7a65635fa01ffad83a6b8cfadf0ce8b)
Diffstat (limited to 'template/commonCMakeLists.txt')
-rw-r--r--template/commonCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt
index b628bf05..72471757 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 #####################