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 a9be0e5 commit ed90eb3Copy full SHA for ed90eb3
1 file changed
src/cpp/CMakeLists.txt
@@ -595,15 +595,6 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/${PROJECT_NAME}
595
PATTERN "*.ipp"
596
)
597
598
-install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/fastrtps
599
- DESTINATION ${INCLUDE_INSTALL_DIR}
600
- COMPONENT headers
601
- FILES_MATCHING
602
- PATTERN "*.h"
603
- PATTERN "*.hpp"
604
- PATTERN "*.ipp"
605
- )
606
-
607
# Install config.h header
608
install(FILES ${PROJECT_BINARY_DIR}/include/${PROJECT_NAME}/config.h
609
DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}
0 commit comments