From e58275e6f578d86d599050c913d2ada67ce16389 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 21 Sep 2022 22:11:42 -0400 Subject: [PATCH] platforms/posix: restore none SITL helper target for replay --- platforms/posix/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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