diff --git a/platforms/posix/CMakeLists.txt b/platforms/posix/CMakeLists.txt index b1da0a37af..feebe51b74 100644 --- a/platforms/posix/CMakeLists.txt +++ b/platforms/posix/CMakeLists.txt @@ -134,6 +134,14 @@ elseif("${PX4_BOARD}" MATCHES "sitl") include(sitl_tests) endif() + # "none" legacy SITL helper target + add_custom_target(none + COMMAND $ + WORKING_DIRECTORY ${SITL_WORKING_DIR} + USES_TERMINAL + DEPENDS px4 + ) + # install # px4 dirs