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 11:52:51 +0100 |
commit | 4013c916a785c16d7527a94832bc852e30c0e63e (patch) | |
tree | d69ec93c004a8c3ccd2ec464e2fd368da16310b8 | |
parent | 2d5459ad327f4133c3ccf4d54f1d1d84934a4cf6 (diff) | |
download | tde-style-domino-r14.0.12.tar.gz tde-style-domino-r14.0.12.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 5777170159497f575522ef53c1da6e44e0c4452a)
-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 ################# |