Skip to content

Commit

Permalink
Fixed target of ament_export_libraries (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored May 6, 2024
1 parent 0c560f9 commit cb8e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ign_ros2_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(BUILD_TESTING)
endif()

ament_export_include_directories(include)
ament_export_libraries(${PROJECT_NAME} ign_hardware_plugins)
ament_export_libraries(${PROJECT_NAME}-system ign_hardware_plugins)

# Install directories
install(TARGETS ${PROJECT_NAME}-system
Expand Down

0 comments on commit cb8e2b8

Please sign in to comment.