From 64c2ec5eea25442bfe7d856ca84078ebbeed82ea Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 24 Jan 2023 13:58:28 -0500 Subject: [PATCH] simulation/gz_bridge: remove cmake CONFIGURE_DEPENDS - PX4 build system simulation targets are optional and no longer strictly required --- src/modules/simulation/gz_bridge/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/simulation/gz_bridge/CMakeLists.txt b/src/modules/simulation/gz_bridge/CMakeLists.txt index 1524166f45..f3973561f7 100644 --- a/src/modules/simulation/gz_bridge/CMakeLists.txt +++ b/src/modules/simulation/gz_bridge/CMakeLists.txt @@ -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 )