Skip to content

Commit

Permalink
fixing 588 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Mar 24, 2023
1 parent 26fef12 commit fed596e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ install(TARGETS async_slam_toolbox_node
map_and_localization_slam_toolbox_node
merge_maps_kinematic
${libraries}
kartoSlamToolbox
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib/${PROJECT_NAME}
Expand Down Expand Up @@ -222,7 +223,7 @@ install(FILES solver_plugins.xml rviz_plugins.xml
)

ament_export_include_directories(include)
ament_export_libraries(${libraries})
ament_export_libraries(${libraries} kartoSlamToolbox)
ament_export_dependencies(${dependencies})
ament_export_targets(SlamToolboxPlugin HAS_LIBRARY_TARGET)
ament_package()
11 changes: 0 additions & 11 deletions lib/karto_sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,3 @@ target_link_libraries(kartoSlamToolbox ${Boost_LIBRARIES} TBB::tbb)
install(DIRECTORY include/
DESTINATION include/
)

install(TARGETS kartoSlamToolbox
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib/${PROJECT_NAME}
)

ament_export_libraries(kartoSlamToolbox)
ament_export_include_directories(include)
ament_export_dependencies(${dependencies})
ament_package()

0 comments on commit fed596e

Please sign in to comment.