diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:10 +0100 |
commit | 1afda57292412c2898d3341bc3276311ee65aa9f (patch) | |
tree | 8f9036d6475c6a8d04ba5971de33fd428d8c85db | |
parent | 27c86f9ff31b6e8471aa21b786a6c84be6f7a73d (diff) | |
download | kdbusnotification-1afda57292412c2898d3341bc3276311ee65aa9f.tar.gz kdbusnotification-1afda57292412c2898d3341bc3276311ee65aa9f.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 e4b7476..d1fce95 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 ################# |