Skip to content

Commit

Permalink
Fix rtps example installation path (#5113)
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf authored Jul 29, 2024
1 parent 23d467f commit 8e38577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/rtps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ target_compile_definitions(rtps PRIVATE
)
target_link_libraries(rtps fastdds fastcdr foonathan_memory)
install(TARGETS rtps
RUNTIME DESTINATION {DATA_INSTALL_DIR}/fastdds/examples/cpp/rtps/${BIN_INSTALL_DIR}
RUNTIME DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples/cpp/rtps/${BIN_INSTALL_DIR}
)

# Copy the XML files over to the build directory
Expand Down

0 comments on commit 8e38577

Please sign in to comment.