From b0566cd8aa1d8fe6674430b525e44a509cbb4a38 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 18 Dec 2023 11:49:51 -0500 Subject: [PATCH] posix: cmake INSTALL make new GZ models/worlds optional for now - the entire posix install package needs to be reviewed and tested --- platforms/posix/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/posix/CMakeLists.txt b/platforms/posix/CMakeLists.txt index 9561080ed3..e5bf739d7f 100644 --- a/platforms/posix/CMakeLists.txt +++ b/platforms/posix/CMakeLists.txt @@ -189,6 +189,7 @@ elseif("${PX4_BOARD}" MATCHES "sitl") ${PROJECT_SOURCE_DIR}/Tools/simulation/gz/worlds DESTINATION ${PROJECT_NAME}/Tools/simulation/gazebo-classic/sitl_gazebo-classic + OPTIONAL ) endif()