diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:40 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:40 +0100 |
commit | 24425224ab03e5fe53999770b9eec24e46dd1d12 (patch) | |
tree | 304466b7f649d3b04d5d62e23cea00b3efe3cd71 /CMakeL10n.txt | |
parent | daa879285a47809e41a13f6cf104191a32d291cb (diff) | |
download | konversation-24425224ab03e5fe53999770b9eec24e46dd1d12.tar.gz konversation-24425224ab03e5fe53999770b9eec24e46dd1d12.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 233b58f..ec40e4d 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 ################# |