From bbdc57a6628090f8f40d3e490ff3b6b0b913a139 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 24 Sep 2020 12:30:47 -0400 Subject: [PATCH] cmake: remove sitl_gazebo build -j2 - allow ninja build to automatically determine parallelism --- platforms/posix/cmake/sitl_target.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/posix/cmake/sitl_target.cmake b/platforms/posix/cmake/sitl_target.cmake index bf83a3ebbf..426d321a5d 100644 --- a/platforms/posix/cmake/sitl_target.cmake +++ b/platforms/posix/cmake/sitl_target.cmake @@ -45,7 +45,7 @@ ExternalProject_Add(sitl_gazebo USES_TERMINAL_BUILD true EXCLUDE_FROM_ALL true BUILD_ALWAYS 1 - BUILD_COMMAND ${CMAKE_COMMAND} --build -- -j2 + BUILD_COMMAND ${CMAKE_COMMAND} --build ) ExternalProject_Add(mavsdk_tests