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:57 +0100 |
commit | 5b8156641608ccc85ed7e789d93a450f80a2c537 (patch) | |
tree | f9002c50bed6435c2c3d447a5ab498ad5a10f375 /CMakeL10n.txt | |
parent | f6eb65f078f9fcea63874c16fa14524ad6a9b225 (diff) | |
download | tdeartwork-5b8156641608ccc85ed7e789d93a450f80a2c537.tar.gz tdeartwork-5b8156641608ccc85ed7e789d93a450f80a2c537.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 5ab69539535cf71d800cb3b4aedcfed8dc0405c3)
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 391b6be4..96e5d783 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 ################# |