summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 11:54:26 +0100
commita6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62 (patch)
treedde1c1c8a7ac781814196b51844f7e06b92547a0 /CMakeL10n.txt
parentaa848abd964a13985786a27d3b7604a0f4e82c95 (diff)
downloadtdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.tar.gz
tdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.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 dd89daed242c433e6fa2a579812daba002ccbbd5)
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 b4da333..2c7e0f6 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 #################