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-05 18:45:52 +0100
commitc9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201 (patch)
tree3aebca9a7da42613001029d4a0fdc6257a5e5fd1 /CMakeL10n.txt
parent9a4d4259ab0864c4f6bb0ae63832f6c464a9dd50 (diff)
downloadtdepowersave-c9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201.tar.gz
tdepowersave-c9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
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 #################