Skip to content

Commit

Permalink
make the build stop in case of an error on the RTPS generation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 authored and bkueng committed Oct 8, 2018
1 parent 50e46f8 commit 254a520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
--agent-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent
--client-outdir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_client
--idl-dir ${CMAKE_CURRENT_BINARY_DIR}/micrortps_agent/idl
>micrortps_bridge.log 2>&1 || cat micrortps_bridge.log # quiet successful build output
>micrortps_bridge.log > /dev/null
DEPENDS ${send_topic_files} ${receive_topic_files}
COMMENT "Generating RTPS topic bridge"
)
Expand Down

0 comments on commit 254a520

Please sign in to comment.