Skip to content

Commit 8c477dc

Browse files
authored
Remove double // in some installation paths (#5111)
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent bb3a056 commit 8c477dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ option(INSTALL_EXAMPLES "Install example" OFF)
589589
if(INSTALL_EXAMPLES)
590590
# Install examples
591591
install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/cpp
592-
DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples/
592+
DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples
593593
COMPONENT ${DATA_INSTALL_DIR}/fastdds/examples
594594
PATTERN "examples/CMakeLists.txt" EXCLUDE
595595
)
@@ -600,7 +600,7 @@ option(INSTALL_TOOLS "Install tools" OFF)
600600
if(INSTALL_TOOLS)
601601
# Install tools
602602
install(DIRECTORY ${PROJECT_SOURCE_DIR}/tools
603-
DESTINATION tools/
603+
DESTINATION tools
604604
COMPONENT tools
605605
PATTERN "tools/CMakeLists.txt" EXCLUDE
606606
)

0 commit comments

Comments
 (0)