diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 11:31:32 +0100 |
commit | 1caa8b1b4ea976e6cbc262ee298f7c5f2d637c19 (patch) | |
tree | eb354c2aafe96fe7251dc4af66a55b3e2e15756a | |
parent | de4276a79e6b558d97a04cfc8495c7e0eba428b3 (diff) | |
download | knetstats-1caa8b1b4ea976e6cbc262ee298f7c5f2d637c19.tar.gz knetstats-1caa8b1b4ea976e6cbc262ee298f7c5f2d637c19.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 29d42f7753c65f13637e9c329be107c6db79087d)
-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 a91bd2a..e0b1b56 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 d5cd9ea..2f125c4 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 |