diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:43 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-09 02:25:49 +0100 |
| commit | 7c2b90bd69ea9078e888c494918ba7f5a03949ff (patch) | |
| tree | 89006988d02e74a4463cbc25358fd30f5ea82e1b /CMakeL10n.txt | |
| parent | bf236a314cbcd1d86cb730dde2eec5a7904f65bc (diff) | |
| download | codeine-7c2b90bd.tar.gz codeine-7c2b90bd.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 6208d03e3d27f1516519199132a8dc8d61e222f1)
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 695c5b3..181ccd3 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 ################# |
