Skip to content

Commit

Permalink
fixed target of ament_export_libraries (#295) (#299)
Browse files Browse the repository at this point in the history
(cherry picked from commit db4d8b0)

Co-authored-by: Takashi Sato <[email protected]>
  • Loading branch information
mergify[bot] and TakashiSato authored May 6, 2024
1 parent 4c30529 commit 0f3aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gz_ros2_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if(BUILD_TESTING)
endif()

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

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

0 comments on commit 0f3aac9

Please sign in to comment.