diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:53:06 +0100 |
commit | 340b9b6076ab2ac4c37418a4e7822e475c96614f (patch) | |
tree | 0417f55bbecf81f48469ac63b3407f15c7a55ba2 | |
parent | 77b33cb75ee6a836a76f88b8dc8d9606ea6bf5c6 (diff) | |
download | tdenetwork-340b9b6076ab2ac4c37418a4e7822e475c96614f.tar.gz tdenetwork-340b9b6076ab2ac4c37418a4e7822e475c96614f.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e04bae8c093055fe3f0cd1d37bdcb699f4054848)
-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 ################# |