Skip to content

Commit 0921244

Browse files
Fix ament export libraries (#314)
1 parent a46e4bb commit 0921244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatio_temporal_voxel_layer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ install(FILES costmap_plugins.xml
133133
ament_export_dependencies(rosidl_default_runtime)
134134
pluginlib_export_plugin_description_file(nav2_costmap_2d costmap_plugins.xml)
135135
ament_export_include_directories(include)
136-
ament_export_libraries(${PROJECT_NAME})
136+
ament_export_libraries(${library_name})
137137
ament_package()

0 commit comments

Comments
 (0)