Skip to content

Commit

Permalink
Merge pull request #91 from dagar/master
Browse files Browse the repository at this point in the history
python build only output if there's an error
  • Loading branch information
pavel-kirienko committed Apr 18, 2016
2 parents 986ce57 + 7f3a3d4 commit b04396a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libuavcan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif ()
# DSDL compiler invocation
# Probably output files should be saved into CMake output dir?
#
execute_process(COMMAND ./setup.py build WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dsdl_compiler)
execute_process(COMMAND ./setup.py build WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dsdl_compiler OUTPUT_QUIET)
set(DSDLC_INPUTS "test/dsdl_test/root_ns_a" "test/dsdl_test/root_ns_b" "${CMAKE_CURRENT_SOURCE_DIR}/../dsdl/uavcan")
set(DSDLC_OUTPUT "include/dsdlc_generated")

Expand Down

0 comments on commit b04396a

Please sign in to comment.