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 11:52:46 +0100 |
commit | edd6e4eb3f0775d7cea9b3d858f1f8b8e6dd121c (patch) | |
tree | 5c5cc401722f014dbd01deb200ff057da948b977 | |
parent | 5e40664b2c817b1b82106c554ecd730d399983f8 (diff) | |
download | kdbusnotification-r14.0.12.tar.gz kdbusnotification-r14.0.12.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1afda57292412c2898d3341bc3276311ee65aa9f)
-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 ################# |