Skip to content

Commit 433071d

Browse files
committed
refactor: Replace hardware_interface dependency with variable reference in CMake configuration
1 parent 9ca2fa3 commit 433071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
9696
)
9797

9898
target_link_libraries(${PROJECT_NAME} PUBLIC
99-
hardware_interface::hardware_interface
99+
${hardware_interface_TARGETS}
100100
pluginlib::pluginlib
101101
rclcpp::rclcpp
102102
rclcpp_lifecycle::rclcpp_lifecycle

0 commit comments

Comments
 (0)