mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
cmake improve ROMFS dependencies for px4io inclusion (#8860)
- fixes #8858
This commit is contained in:
@@ -94,9 +94,6 @@ target_link_libraries(${FW_NAME}
|
||||
if (config_romfs_root)
|
||||
add_subdirectory(${PX4_SOURCE_DIR}/ROMFS ${PX4_BINARY_DIR}/ROMFS)
|
||||
target_link_libraries(${FW_NAME} romfs)
|
||||
if (config_io_board)
|
||||
add_dependencies(romfs copy_px4io_bin)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# create px4 file (combined firmware and metadata)
|
||||
|
||||
Reference in New Issue
Block a user