cmake: sitl_gazebo build limit to 2 cores (-j2)

This commit is contained in:
Daniel Agar
2020-06-18 20:10:25 -04:00
committed by GitHub
parent 87250ca47f
commit 6b343c1f5e

View File

@@ -44,6 +44,7 @@ ExternalProject_Add(sitl_gazebo
USES_TERMINAL_BUILD true
EXCLUDE_FROM_ALL true
BUILD_ALWAYS 1
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> -- -j2
)
ExternalProject_Add(mavsdk_tests