File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
autonomy_core/map_plan/mapper Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,12 @@ target_include_directories(local_global_mapper PUBLIC
147147install (
148148 TARGETS
149149 ${PROJECT_NAME}
150+ LIBRARY DESTINATION lib/${PROJECT_NAME}
151+ )
152+ install (
153+ TARGETS
150154 local_global_mapper
151- ARCHIVE DESTINATION lib
152- LIBRARY DESTINATION lib
153- RUNTIME DESTINATION bin
155+ RUNTIME DESTINATION lib/${PROJECT_NAME}
154156)
155157
156158install (
Original file line number Diff line number Diff line change 1212## Note
1313sensor_msgs::msg::pointcloud is still used in the code, suggested to migrate to pointcloud2 in the future
1414
15- Test relevant files are not updated in either the src file or compiled in CMAKELISTS.TXT
15+ Test relevant files are not updated in either the cpp file or compiled in CMAKELISTS.TXT
You can’t perform that action at this time.
0 commit comments