metadata: fix BOARD_WITH_IO detection

Wasn't correctly updated during a rebase.
This commit is contained in:
Beat Küng 2021-11-27 18:54:13 +01:00 committed by Daniel Agar
parent 712353ea56
commit 20d96f3bd9
1 changed files with 1 additions and 1 deletions

View File

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