diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:51:01 +0100 |
commit | 0a0312623ad2c2639782937aa30a401e22c1f7be (patch) | |
tree | c76b85902f365362d7c07c9fdae1e7413f5cf53d | |
parent | c428f8853fd6393cacf47bf7496e69ce2d6fcd75 (diff) | |
download | kpilot-0a0312623ad2c2639782937aa30a401e22c1f7be.tar.gz kpilot-0a0312623ad2c2639782937aa30a401e22c1f7be.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index b9cf8a4..2c3a375 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 ################# |