diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 15:30:38 +0100 |
commit | 3f0328e974b6fd4cbefc9f014c3a4da7872457ab (patch) | |
tree | f604323e14e3dd41a24ad60ac278ce0d906fd21a /CMakeL10n.txt | |
parent | 3d54e40a4afe044faa5c30fd8f55c238a2663a2d (diff) | |
download | knmap-3f0328e974b6fd4cbefc9f014c3a4da7872457ab.tar.gz knmap-3f0328e974b6fd4cbefc9f014c3a4da7872457ab.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 93bbddde3bbf179c0d4a5a7a1cee83b8d3b3c710)
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 a91bd2a..e0b1b56 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 ################# |