Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into gz_vendor_pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed May 6, 2024
2 parents 0b852b7 + db4d8b0 commit 217c55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gz_ros2_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ install(TARGETS
)

install(DIRECTORY
include
include/
DESTINATION include
)

Expand All @@ -84,7 +84,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 217c55a

Please sign in to comment.