forked from Archive/PX4-Autopilot
nuttx cmake: include upload.cmake if it exists (same as on posix)
This commit is contained in:
parent
5b08362ba3
commit
e9370c658a
|
@ -298,3 +298,7 @@ include(blackmagic)
|
|||
include(jlink)
|
||||
include(profile)
|
||||
include(stack_check)
|
||||
|
||||
if(EXISTS "${PX4_BOARD_DIR}/cmake/upload.cmake")
|
||||
include(${PX4_BOARD_DIR}/cmake/upload.cmake)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue