diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:44 +0100 |
commit | abfd1780225c828ec0a14b557f18fa9d8d91c519 (patch) | |
tree | 13e328d6341aa27a222a39ab07d2d85106513131 | |
parent | 9f36a8ff1a8728b927f8b503e531c3543c1938b6 (diff) | |
download | k9copy-abfd1780225c828ec0a14b557f18fa9d8d91c519.tar.gz k9copy-abfd1780225c828ec0a14b557f18fa9d8d91c519.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index fd15910..1f5aadf 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 ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 887eb62..190f69f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |