Skip to content

Commit

Permalink
microRTPS: cmake: fix relative path for IDL files
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Aug 18, 2020
1 parent a091a70 commit ac9c8bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (NOT "${config_rtps_send_topics}" STREQUAL "" OR NOT "${config_rtps_receive_t
--urtps-templates-dir templates/urtps
--agent-outdir ${micrortps_bridge_path}/micrortps_agent/src
--client-outdir ${micrortps_bridge_path}/micrortps_client
--idl-dir ../micrortps_agent/idl
--idl-dir ${micrortps_bridge_path}/micrortps_agent/idl
>micrortps_bridge.log >/dev/null
DEPENDS ${send_topic_files} ${receive_topic_files}
COMMENT "Generating RTPS topic bridge"
Expand Down

0 comments on commit ac9c8bc

Please sign in to comment.