posix: cmake INSTALL make new GZ models/worlds optional for now

- the entire posix install package needs to be reviewed and tested
This commit is contained in:
Daniel Agar 2023-12-18 11:49:51 -05:00
parent 0aa7af8b66
commit b0566cd8aa
1 changed files with 1 additions and 0 deletions

View File

@ -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()