Skip to content
Snippets Groups Projects
Commit 1877df79 authored by James Goppert's avatar James Goppert Committed by Lorenz Meier
Browse files

Fix Bootloader install files issue.

parent a0fff97f
No related branches found
No related tags found
No related merge requests found
......@@ -380,10 +380,13 @@ px4_generate_parameters_xml(OUT parameters.xml
px4_generate_airframes_xml(OUT airframes.xml BOARD ${BOARD})
add_custom_target(xml_gen
DEPENDS parameters.xml airframes.xml)
if(NOT "${config_nuttx_config}" STREQUAL "bootloader")
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/airframes.xml
${CMAKE_CURRENT_BINARY_DIR}/parameters.xml
DESTINATION .)
endif()
#=============================================================================
# external projects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment