summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:47 +0100
committerSlávek Banko <[email protected]>2023-11-10 09:47:24 +0100
commitb09ff5dd83f9f16a7ce17962d5f76ab53f021b94 (patch)
tree086b22339a94ebb1a3acbd60058e635c76bf3c03 /CMakeL10n.txt
parentfd15f2dc9dd662f3ebc07e3618051dfe68cf595f (diff)
downloadklcddimmer-b09ff5dd83f9f16a7ce17962d5f76ab53f021b94.tar.gz
klcddimmer-b09ff5dd83f9f16a7ce17962d5f76ab53f021b94.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit ece7f4c869641332f2631b8b73f92f9e7e7ab15e)
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 #################