diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:50 +0100 |
commit | 90a6b1e70b267dde2ffefc4f960b08d54895f96f (patch) | |
tree | c865d527171de1f2cb71318217676b801459f5eb | |
parent | 318f4e6db399ac1297a6919c3656695c7def86c4 (diff) | |
download | ksplash-engine-moodin-90a6b1e70b267dde2ffefc4f960b08d54895f96f.tar.gz ksplash-engine-moodin-90a6b1e70b267dde2ffefc4f960b08d54895f96f.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7b6e7926f7b4c50e476b1f47d5d55167c84c5442)
-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 ################# |