forked from Archive/PX4-Autopilot
Fix Mac OS by going back down with CMake version
This commit is contained in:
parent
ba61f3f36c
commit
f2b76a065c
|
@ -117,7 +117,9 @@
|
|||
#
|
||||
#=============================================================================
|
||||
|
||||
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||
# Warning: Changing this modifies CMake's internal workings
|
||||
# and leads to wrong toolchain detection
|
||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
|
||||
#=============================================================================
|
||||
# parameters
|
||||
|
|
Loading…
Reference in New Issue