diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-10 09:44:38 +0100 |
commit | 2f80418ddffbb4a4508554adc6468e279c9020b1 (patch) | |
tree | f66893b21bcd2e83e830c750f1257e4a51527bb5 | |
parent | 255ec90652e66d27443b5506c4c08e93d3cf0b5a (diff) | |
download | kpilot-2f80418ddffbb4a4508554adc6468e279c9020b1.tar.gz kpilot-2f80418ddffbb4a4508554adc6468e279c9020b1.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 6c2cd1d516d374adbc66c5b151e98576952e617b)
-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 972723d..a409cda 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 ee2221f..25b05c6 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 ###################### |