diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:15 +0100 |
commit | cce4faf164f8f57ac894142fa53898102f204c7b (patch) | |
tree | 36db0a7d2fc558674224548e6d0cf946f8605bd5 | |
parent | 6e75bec466ac493662f2364e3890f6c7374e02e5 (diff) | |
download | tdeio-apt-cce4faf1.tar.gz tdeio-apt-cce4faf1.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 a525b71..f18984d 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 ################# |