diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:37 +0100 |
commit | bd728c1c599379c07f19e1136083035b468c30bc (patch) | |
tree | 551b97623b4d8528b5f99d9c03b476a2ad406eb8 /CMakeL10n.txt | |
parent | cbbb8e6261241983c42f23c0018524ae962be9bc (diff) | |
download | ktorrent-bd728c1c599379c07f19e1136083035b468c30bc.tar.gz ktorrent-bd728c1c599379c07f19e1136083035b468c30bc.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 76afef86c862d3bdc1c78a1e098424b8ac076afb)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 8cfc85f..f1ebe20 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 ################# |