mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
cmake: remove sitl_gazebo build -j2
- allow ninja build to automatically determine parallelism
This commit is contained in:
parent
bcbc761bf6
commit
bbdc57a662
@ -45,7 +45,7 @@ ExternalProject_Add(sitl_gazebo
|
||||
USES_TERMINAL_BUILD true
|
||||
EXCLUDE_FROM_ALL true
|
||||
BUILD_ALWAYS 1
|
||||
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> -- -j2
|
||||
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR>
|
||||
)
|
||||
|
||||
ExternalProject_Add(mavsdk_tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user