Skip to content

Commit 9c93c78

Browse files
authored
Merge pull request #23 from AutoModality/AM-213/fix_includes2
Am 213/fix includes2
2 parents d71766f + 642d056 commit 9c93c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

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

117-
install(DIRECTORY include
118-
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
117+
install(DIRECTORY include/am_utils include/vb_util_lib
118+
DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION})
119119

120120

0 commit comments

Comments
 (0)