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-11 01:29:37 +0100 |
commit | ef79efe8561e9af95b8c3c12d705533354fa050a (patch) | |
tree | 45f9adfc100c0dbcb0e95d9a875f680ad9ebf7c2 | |
parent | aa06806bb3fc0db89caa5ae7af428bb9dbfe8686 (diff) | |
download | filelight-ef79efe8561e9af95b8c3c12d705533354fa050a.tar.gz filelight-ef79efe8561e9af95b8c3c12d705533354fa050a.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 ##################### |