diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:45 +0100 |
commit | 86d6ccab8ed8a032f4bb5f31e16b8c7048005da0 (patch) | |
tree | b986b8c87dd99e3b8c9266c2d2920fcfd8baa60a /CMakeL10n.txt | |
parent | 1ec7b1dadc8d1668fb89cf06b32dfc52c18db4d6 (diff) | |
download | rosegarden-86d6ccab8ed8a032f4bb5f31e16b8c7048005da0.tar.gz rosegarden-86d6ccab8ed8a032f4bb5f31e16b8c7048005da0.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.txt | 2 |
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 ################# |