Skip to content

Commit c1e5496

Browse files
committed
Refs #21159: Remove installation of include/fastrtps
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 57c631d commit c1e5496

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/cpp/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,6 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/${PROJECT_NAME}
595595
PATTERN "*.ipp"
596596
)
597597

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-
607598
# Install config.h header
608599
install(FILES ${PROJECT_BINARY_DIR}/include/${PROJECT_NAME}/config.h
609600
DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}

0 commit comments

Comments
 (0)