diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:51 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:37 +0100 |
commit | 1bdff694c1b3fcc3b7be576fa7b8a9f89b39026d (patch) | |
tree | 16ac711128d4804a99abcba10abd8845903794ed | |
parent | d892eadf878df4366c3b3af7f3dd320d41a0d2ae (diff) | |
download | kstreamripper-1bdff694c1b3fcc3b7be576fa7b8a9f89b39026d.tar.gz kstreamripper-1bdff694c1b3fcc3b7be576fa7b8a9f89b39026d.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 3f29fee12856f801f143a572a012a5f0c434e18f)
-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 ################# |