We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3a056 commit 8c477dcCopy full SHA for 8c477dc
1 file changed
CMakeLists.txt
@@ -589,7 +589,7 @@ option(INSTALL_EXAMPLES "Install example" OFF)
589
if(INSTALL_EXAMPLES)
590
# Install examples
591
install(DIRECTORY ${PROJECT_SOURCE_DIR}/examples/cpp
592
- DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples/
+ DESTINATION ${DATA_INSTALL_DIR}/fastdds/examples
593
COMPONENT ${DATA_INSTALL_DIR}/fastdds/examples
594
PATTERN "examples/CMakeLists.txt" EXCLUDE
595
)
@@ -600,7 +600,7 @@ option(INSTALL_TOOLS "Install tools" OFF)
600
if(INSTALL_TOOLS)
601
# Install tools
602
install(DIRECTORY ${PROJECT_SOURCE_DIR}/tools
603
- DESTINATION tools/
+ DESTINATION tools
604
COMPONENT tools
605
PATTERN "tools/CMakeLists.txt" EXCLUDE
606
0 commit comments