diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-12 18:24:47 +0100 |
commit | 58b6f564d7173edbc9b997a73b3c4334b7c3741d (patch) | |
tree | d20ffa789ce693a96e7178339ee467be1cb79394 | |
parent | ad0cfb2701cbe8ce5db0859d267d1e0f96bc753b (diff) | |
download | filelight-58b6f564d7173edbc9b997a73b3c4334b7c3741d.tar.gz filelight-58b6f564d7173edbc9b997a73b3c4334b7c3741d.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 ef79efe8561e9af95b8c3c12d705533354fa050a)
-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 b89844e..4c7aa03 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 69b6840..c7c7b5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |