Browse Source

metadata: fix BOARD_WITH_IO detection

Wasn't correctly updated during a rebase.
master
Beat Küng 3 years ago committed by Daniel Agar
parent
commit
20d96f3bd9
  1. 2
      src/lib/metadata/CMakeLists.txt

2
src/lib/metadata/CMakeLists.txt

@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
# actuator metadata generation
get_property(module_config_files GLOBAL PROPERTY PX4_MODULE_CONFIG_FILES)
if(config_io_board)
if(CONFIG_BOARD_IO)
set(board_with_io_arg --board-with-io)
endif()
set(generated_actuators_metadata_file ${PX4_BINARY_DIR}/actuators.json)

Loading…
Cancel
Save