diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 11:28:12 +0100 |
commit | cca1b232de5487b304a9cdec239c7202530deb86 (patch) | |
tree | ab7ef060cfc6cc7619287af8b5a1ffd3bb5739a0 /CMakeL10n.txt | |
parent | 97ca62239633b6d0fc02b3313f7135608456cb7c (diff) | |
download | kbfx-cca1b232de5487b304a9cdec239c7202530deb86.tar.gz kbfx-cca1b232de5487b304a9cdec239c7202530deb86.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 1fe01e6007d3567adaa76dc865ae1b366d630f27)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 1c162fc..46f34b4 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 ################# |