summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:54:00 +0100
commitd80f3b6c2769b566690cdc8a6d30dfe719de32e2 (patch)
treeb986b8c87dd99e3b8c9266c2d2920fcfd8baa60a /CMakeL10n.txt
parent5a84066555984b1b0c6e00e950d8f6d106fe877b (diff)
downloadrosegarden-d80f3b6c2769b566690cdc8a6d30dfe719de32e2.tar.gz
rosegarden-d80f3b6c2769b566690cdc8a6d30dfe719de32e2.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 86d6ccab8ed8a032f4bb5f31e16b8c7048005da0)
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 1a1f393..7b1c97d 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 #################