We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2bb10 commit 74c2fd3Copy full SHA for 74c2fd3
1 file changed
CMakeLists.txt
@@ -53,6 +53,8 @@ add_library(am_utils
53
54
target_link_libraries(am_utils ${catkin_LIBRARIES})
55
56
+add_dependencies(am_utils brain_box_msgs_generate_messages_cpp)
57
+
58
install(TARGETS am_utils
59
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
60
)
0 commit comments