diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:36 +0100 |
commit | 40cbf4352318eb3a1d5e83e40c3bbfc81c645db0 (patch) | |
tree | f2dc112a14988684b576f0b0136e4bf21ce7a890 | |
parent | 9251d47bf05a8a0def047176090e1352bc1a7cf7 (diff) | |
download | kpilot-40cbf4352318eb3a1d5e83e40c3bbfc81c645db0.tar.gz kpilot-40cbf4352318eb3a1d5e83e40c3bbfc81c645db0.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit dd60a2a08ef41d12ec8bb517954dc5e4b37d7950)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce8230e..49f3227 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup ###################### |