simulation/gz_bridge: remove cmake CONFIGURE_DEPENDS

- PX4 build system simulation targets are optional and no longer
strictly required
This commit is contained in:
Daniel Agar 2023-01-24 13:58:28 -05:00
parent 9cb6de8010
commit 64c2ec5eea
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 0 additions and 2 deletions

View File

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