diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:37 +0100 |
commit | e04bae8c093055fe3f0cd1d37bdcb699f4054848 (patch) | |
tree | ba18390a62abe96f245ee1c48b22800b94a74eb4 | |
parent | d6d8dcf3b2f4b6f502e8324c48be96ce6decd900 (diff) | |
download | tdenetwork-e04bae8c093055fe3f0cd1d37bdcb699f4054848.tar.gz tdenetwork-e04bae8c093055fe3f0cd1d37bdcb699f4054848.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 284caa42..db096290 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 ################# |