Skip to content

Commit 0d6f790

Browse files
mamollv4hn
authored andcommitted
don't install PIMPL header files (#119)
1 parent 534d520 commit 0d6f790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ set(PROJECT_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/moveit/task_constructor)
4848
add_subdirectory(src)
4949
add_subdirectory(test)
5050

51-
install(DIRECTORY include/ DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION})
51+
install(DIRECTORY include/ DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}
52+
PATTERN "*_p.h" EXCLUDE)
5253
install(FILES
5354
motion_planning_stages_plugin_description.xml
5455
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 commit comments

Comments
 (0)