Skip to content

Commit 25575c5

Browse files
committed
clean for real now
1 parent 4ec8d55 commit 25575c5

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,6 @@ install(EXPORT export_${PROJECT_NAME}
9292
DESTINATION share/${PROJECT_NAME}/cmake
9393
)
9494

95-
#########
96-
97-
add_library(ign_ros2_control-system SHARED
98-
src/gz_ros2_control_plugin.cpp
99-
)
100-
101-
target_link_libraries(ign_ros2_control-system
102-
"${GZ_SIM}::${GZ_SIM}"
103-
"${GZ_PLUGIN}::register"
104-
)
105-
ament_target_dependencies(ign_ros2_control-system
106-
controller_manager
107-
hardware_interface
108-
pluginlib
109-
rclcpp
110-
yaml_cpp_vendor
111-
rclcpp_lifecycle
112-
)
113-
11495
# Testing and linting
11596
if(BUILD_TESTING)
11697
find_package(ament_cmake_gtest REQUIRED)
@@ -136,7 +117,6 @@ endif()
136117
# Export old-style CMake variables
137118
ament_export_include_directories(include)
138119
ament_export_libraries(${PROJECT_NAME}-system gz_hardware_odri_plugins)
139-
ament_export_libraries(ign_ros2_control-system gz_hardware_odri_plugins)
140120

141121
# Export modern CMake targets
142122
ament_export_targets(export_${PROJECT_NAME})
@@ -146,10 +126,6 @@ ament_export_dependencies(
146126
hardware_interface
147127
)
148128

149-
install(TARGETS ign_ros2_control-system
150-
DESTINATION lib
151-
)
152-
153129
pluginlib_export_plugin_description_file(odri_gz_ros2_control gz_hardware_odri_plugins.xml)
154130

155131
# Setup the project

0 commit comments

Comments
 (0)