diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:41 +0100 |
commit | 1c836140454ec4102b077961350cfa18d590de77 (patch) | |
tree | 163bb6bc8e4fd65b773b8716b034c136c16c27b6 /CMakeL10n.txt | |
parent | bb7ddec2a7ea07695f97109cbf6b9233cbf42578 (diff) | |
download | tdeadmin-1c836140454ec4102b077961350cfa18d590de77.tar.gz tdeadmin-1c836140454ec4102b077961350cfa18d590de77.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 509e50e..3a761f7 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 ################# |