diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:46 +0100 |
commit | cb1e1c86850ef9bdef0575115ab7c840a6a4e312 (patch) | |
tree | 4f1255559b30c4696afb27341a6d800e07cd6bd2 | |
parent | 85fac0a1f737df8ad40caf2897d137bb608e50d0 (diff) | |
download | knemo-cb1e1c86850ef9bdef0575115ab7c840a6a4e312.tar.gz knemo-cb1e1c86850ef9bdef0575115ab7c840a6a4e312.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f1eb1b251d4e7646b654d39b5d93a170c6fa50f9)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |