Skip to content

Commit 774981a

Browse files
committed
Update CMakelists
Signed-off-by: Alberto Tudela <[email protected]>
1 parent c13c8c7 commit 774981a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rclcpp_components_register_nodes(${library_name} "laser_segmentation::LaserSegme
101101
# # Install ##
102102
# ############
103103
install(TARGETS ${library_name}
104-
EXPORT ${library_name}
104+
EXPORT ${PROJECT_NAME}
105105
ARCHIVE DESTINATION lib
106106
LIBRARY DESTINATION lib
107107
RUNTIME DESTINATION bin
@@ -144,5 +144,5 @@ ament_export_dependencies(
144144
visualization_msgs
145145
slg_msgs
146146
)
147-
ament_export_targets(${library_name})
147+
ament_export_targets(${PROJECT_NAME})
148148
ament_package()

0 commit comments

Comments
 (0)