forked from Archive/PX4-Autopilot
metadata: fix BOARD_WITH_IO detection
Wasn't correctly updated during a rebase.
This commit is contained in:
parent
712353ea56
commit
20d96f3bd9
|
@ -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…
Reference in New Issue