Browse Source

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

sbg
Daniel Agar 5 years ago committed by GitHub
parent
commit
6b343c1f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      platforms/posix/cmake/sitl_target.cmake

1
platforms/posix/cmake/sitl_target.cmake

@ -44,6 +44,7 @@ ExternalProject_Add(sitl_gazebo @@ -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

Loading…
Cancel
Save