Skip to content

Commit c573d79

Browse files
committed
fixed install directories
1 parent 380a32c commit c573d79

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ install(TARGETS am_utils
114114
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
115115
)
116116

117-
install(DIRECTORY include/am_utils/
118-
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
119-
120-
install(DIRECTORY include/vb_util_lib/
117+
install(DIRECTORY include/am_utils/ include/vb_util_lib/
121118
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
122119

123120

0 commit comments

Comments
 (0)