diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:18 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:18 +0100 |
commit | 5777170159497f575522ef53c1da6e44e0c4452a (patch) | |
tree | bf419f6ecf64ff4490e8eeb2b2e78ad26399185e | |
parent | 1afbf9d5e8fb5c31816189f31d033a89b6b806ef (diff) | |
download | tde-style-domino-5777170159497f575522ef53c1da6e44e0c4452a.tar.gz tde-style-domino-5777170159497f575522ef53c1da6e44e0c4452a.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 201b90c..5d7a4c2 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 ################# |