diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:38 +0100 |
commit | e04edde308cf94288dccd7b44b32ce891f9d1b52 (patch) | |
tree | d76d79f7086d4cd203398539bf64e2032708006c /CMakeL10n.txt | |
parent | f1a2db037b0cf3da1c2b12767625a58c96f3e1b6 (diff) | |
download | tdetoys-e04edde308cf94288dccd7b44b32ce891f9d1b52.tar.gz tdetoys-e04edde308cf94288dccd7b44b32ce891f9d1b52.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 e304b1b..5c3586e 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 ################# |