forked from Archive/PX4-Autopilot
simulation/gz_bridge: remove cmake CONFIGURE_DEPENDS
- PX4 build system simulation targets are optional and no longer strictly required
This commit is contained in:
parent
9cb6de8010
commit
64c2ec5eea
|
@ -77,12 +77,10 @@ if(gz-transport_FOUND)
|
|||
file(GLOB gz_models
|
||||
LIST_DIRECTORIES true
|
||||
RELATIVE ${PX4_SOURCE_DIR}/Tools/simulation/gz/models
|
||||
CONFIGURE_DEPENDS
|
||||
${PX4_SOURCE_DIR}/Tools/simulation/gz/models/*
|
||||
)
|
||||
|
||||
file(GLOB gz_worlds
|
||||
CONFIGURE_DEPENDS
|
||||
${PX4_SOURCE_DIR}/Tools/simulation/gz/worlds/*.sdf
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue