diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:49 +0100 |
commit | 0bc2f8541d39c20e005211ec45c6f41ae9600553 (patch) | |
tree | bab41f5952f416e9cdec51aab5830fcec82f0705 | |
parent | 35fdfda5a8c7bd2e82472f6ed118277484e1010a (diff) | |
download | tdeio-ftps-0bc2f8541d39c20e005211ec45c6f41ae9600553.tar.gz tdeio-ftps-0bc2f8541d39c20e005211ec45c6f41ae9600553.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4c37f9a308a8f338eb71eceb3cd9544119808663)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 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 ################# |