We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13c8c7 commit 774981aCopy full SHA for 774981a
CMakeLists.txt
@@ -101,7 +101,7 @@ rclcpp_components_register_nodes(${library_name} "laser_segmentation::LaserSegme
101
# # Install ##
102
# ############
103
install(TARGETS ${library_name}
104
- EXPORT ${library_name}
+ EXPORT ${PROJECT_NAME}
105
ARCHIVE DESTINATION lib
106
LIBRARY DESTINATION lib
107
RUNTIME DESTINATION bin
@@ -144,5 +144,5 @@ ament_export_dependencies(
144
visualization_msgs
145
slg_msgs
146
)
147
-ament_export_targets(${library_name})
+ament_export_targets(${PROJECT_NAME})
148
ament_package()
0 commit comments