From 7f3a3d4a96e97dccfd841655596b8b3fa4689154 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 17 Apr 2016 16:30:23 -0400 Subject: [PATCH] python only output if there's an error --- libuavcan/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan/CMakeLists.txt b/libuavcan/CMakeLists.txt index d5827313b..d27c89d68 100644 --- a/libuavcan/CMakeLists.txt +++ b/libuavcan/CMakeLists.txt @@ -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")