Skip to content

Commit 3a8fd8e

Browse files
authored
Merge pull request #68 from clunietp/color-nodelet
Add color_nodelet_plugins.xml to install files
2 parents e1410d8 + cdaa736 commit 3a8fd8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

octomap_server/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,8 @@ install(DIRECTORY launch/
102102
PATTERN ".svn" EXCLUDE
103103
)
104104

105-
install(FILES nodelet_plugins.xml
106-
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
105+
install(FILES
106+
nodelet_plugins.xml
107+
color_nodelet_plugins.xml
108+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
109+
)

0 commit comments

Comments
 (0)