forked from Archive/PX4-Autopilot
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:
parent
0aa7af8b66
commit
b0566cd8aa
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue