diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:34 +0100 |
commit | 6c6e5345441378e91a055965f1158294b31edd4c (patch) | |
tree | 5de86dbe719e904d3a0dbd735b05166a678f436f | |
parent | 7c9812ac60b630c7f7a80bac7c21b50de66c1858 (diff) | |
download | ktechlab-6c6e5345441378e91a055965f1158294b31edd4c.tar.gz ktechlab-6c6e5345441378e91a055965f1158294b31edd4c.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 27a8263a8f916a6956a70138ff06377777fc4d63)
-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 ################# |