Browse Source

readd console output removal

sbg
TSC21 5 years ago committed by Nuno Marques
parent
commit
8846092c59
  1. 2
      src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt

2
src/modules/micrortps_bridge/micrortps_client/CMakeLists.txt

@ -81,7 +81,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t @@ -81,7 +81,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 > /dev/null
>micrortps_bridge.log > /dev/null
DEPENDS ${send_topic_files} ${receive_topic_files}
COMMENT "Generating RTPS topic bridge"
)

Loading…
Cancel
Save