diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:51 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:37 +0100 |
commit | 6d0113de220516ba68c4c6d25a1b71af90427447 (patch) | |
tree | 78e4b1cd6b41c9557949f94795bca1db5c3d801e | |
parent | abaffa6562c36e989a4f2a85b195c735bcf1efaa (diff) | |
download | kshowmail-6d0113de220516ba68c4c6d25a1b71af90427447.tar.gz kshowmail-6d0113de220516ba68c4c6d25a1b71af90427447.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d9d8143e3c27758cd35dffe4fca6249ec8763251)
-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 ################# |