Skip to content

Commit

Permalink
move 'controller_interface' to non-test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Sep 10, 2024
1 parent 4bf1065 commit bb54cd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions franka_semantic_components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

option(CHECK_TIDY "Adds clang-tidy tests" OFF)

set(THIS_PACKAGE_INCLUDE_DEPENDS Franka franka_hardware franka_msgs hardware_interface rclcpp_lifecycle)
set(THIS_PACKAGE_INCLUDE_DEPENDS Franka franka_hardware franka_msgs hardware_interface controller_interface rclcpp_lifecycle)

# find dependencies
find_package(ament_cmake REQUIRED)
Expand All @@ -36,9 +36,7 @@ if(BUILD_TESTING)
find_package(ament_cmake_lint_cmake REQUIRED)
find_package(ament_cmake_pep257 REQUIRED)
find_package(ament_cmake_xmllint REQUIRED)
find_package(franka_msgs REQUIRED)
find_package(ament_cmake_gmock REQUIRED)
find_package(controller_interface REQUIRED)

set(CPP_DIRECTORIES src include)
ament_clang_format(CONFIG_FILE ../.clang-format ${CPP_DIRECTORIES})
Expand Down

0 comments on commit bb54cd6

Please sign in to comment.