diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:55 +0100 |
commit | 0a79d229af54a87289e42ad2f451c073fc430347 (patch) | |
tree | 9f70bb8c625c8acfec1a703c90e8998698f4c546 | |
parent | 2ab437b189f53bb9f36c3718aafd4cd7ca87397e (diff) | |
download | codeine-0a79d229af54a87289e42ad2f451c073fc430347.tar.gz codeine-0a79d229af54a87289e42ad2f451c073fc430347.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e4b7476..d1fce95 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 ################# |