summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:52 +0100
committerSlávek Banko <[email protected]>2023-11-11 11:38:35 +0100
commit6a5b2b96ccebf82ec8d2ed6df114418cda34f509 (patch)
tree36dbf4263e49e2827e51e9bb3ea784e9176b12d6 /CMakeL10n.txt
parent19f46f8b2016b7aedc8023d64195b9ca189475c6 (diff)
downloadtdeio-appinfo-6a5b2b96ccebf82ec8d2ed6df114418cda34f509.tar.gz
tdeio-appinfo-6a5b2b96ccebf82ec8d2ed6df114418cda34f509.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 12faa2dec670c74f68ae4e6893fde105a8eadacc)
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 #################