diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-09 02:27:20 +0100 |
commit | 4b425835b3fb18f219b6a6bd1f25f16a7c26d2fc (patch) | |
tree | dc7e4930598e73fb8576476ff144ebb9abfa7fae | |
parent | 9e55e6ee9cb2292bcb7ec9ed0201eaa66362e410 (diff) | |
download | k9copy-4b425835b3fb18f219b6a6bd1f25f16a7c26d2fc.tar.gz k9copy-4b425835b3fb18f219b6a6bd1f25f16a7c26d2fc.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit abfd1780225c828ec0a14b557f18fa9d8d91c519)
-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 |