diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:14 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:48 +0100 |
commit | e7e647077c100be81ba65d69b1a0f2b813c9de80 (patch) | |
tree | 0969d785879f9ae27a2c91e5422530fbfea916e3 | |
parent | 4ba78a444c0cefe06c4a90e20cc5240ade9550a5 (diff) | |
download | tdedocker-r14.0.12.tar.gz tdedocker-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 dae027fc1795b11a1fbff4128ec77390f3884725)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index b1583ab..9e9af53 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 ################# |