Skip to content

Commit

Permalink
Remove double // in some installation paths (#5111)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Jul 29, 2024
1 parent bb3a056 commit 8c477dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ option(INSTALL_EXAMPLES "Install example" OFF)
if(INSTALL_EXAMPLES)
# Install examples
install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/cpp
DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples/
DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples
COMPONENT ${DATA_INSTALL_DIR}/fastdds/examples
PATTERN "examples/CMakeLists.txt" EXCLUDE
)
Expand All @@ -600,7 +600,7 @@ option(INSTALL_TOOLS "Install tools" OFF)
if(INSTALL_TOOLS)
# Install tools
install(DIRECTORY ${PROJECT_SOURCE_DIR}/tools
DESTINATION tools/
DESTINATION tools
COMPONENT tools
PATTERN "tools/CMakeLists.txt" EXCLUDE
)
Expand Down

0 comments on commit 8c477dc

Please sign in to comment.