Skip to content

Commit cdaa736

Browse files
author
clunietp
committed
Add color_nodelet_plugins.xml to install files
1 parent d9d61ca commit cdaa736

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)