CMake / Ninja: Use console flag so upload targets can print their normal output and receive input.

This commit is contained in:
Lorenz Meier
2015-10-25 11:20:28 +01:00
parent 94bef4e139
commit aff78e0f5e
3 changed files with 5 additions and 2 deletions

View File

@@ -433,6 +433,7 @@ function(px4_add_upload)
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMENT "uploading ${BUNDLE}"
VERBATIM
USES_TERMINAL
)
endfunction()