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 11:52:56 +0100 |
commit | af0617f88ea621a3cd8de1c9814f53da4afbefaa (patch) | |
tree | a8fe3b5e3641df999170d455d68b6727c6c3ea49 | |
parent | 66a6fc4c27f1d78cec7a6f455cd9151120f98038 (diff) | |
download | tdeaddons-af0617f88ea621a3cd8de1c9814f53da4afbefaa.tar.gz tdeaddons-af0617f88ea621a3cd8de1c9814f53da4afbefaa.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 c3d0b8b21f6a174cd45213b6c3dcd85b203aafaa)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e9a5bce..be207ee 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 ################# |