diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:21 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:53 +0100 |
commit | 6ef0cabaaa0939b3d3fcb1919ef96493d2e075f3 (patch) | |
tree | 5069508c05474f2f9ad2d38cde2d694b1a6530df | |
parent | 6b7fe208600249d2a13865d9228d68090c33e1c6 (diff) | |
download | kdirstat-6ef0cabaaa0939b3d3fcb1919ef96493d2e075f3.tar.gz kdirstat-6ef0cabaaa0939b3d3fcb1919ef96493d2e075f3.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 01c4a2fb73113d068611e10db62720b5dbe085eb)
-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 ################# |