diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:18 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:18 +0100 |
commit | ded101ee2bc4956b4054e0af868909c0dbae42d1 (patch) | |
tree | 7d57b15ea66ed7efeab465495e743bf68dc129d6 | |
parent | cd04ba9e2bdd749cd4b614bc6c5f3bd2e17808d3 (diff) | |
download | tde-style-lipstik-ded101ee2bc4956b4054e0af868909c0dbae42d1.tar.gz tde-style-lipstik-ded101ee2bc4956b4054e0af868909c0dbae42d1.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9730a56..16e3f52 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 ################# |