Skip to content

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWilbrandt committed Dec 6, 2024
1 parent 8ad1e0e commit b3cebcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions kuka_rsi_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ ament_python_install_package(
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(ament_cmake_gtest REQUIRED)
find_package(tf2 REQUIRED)

set(ament_cmake_cpplint_FOUND TRUE)
set(ament_cmake_uncrustify_FOUND TRUE)
Expand All @@ -146,7 +145,6 @@ if(BUILD_TESTING)
)
target_link_libraries(kuka_rsi_driver_test
kuka_rsi_driver
tf2::tf2
)

set(AMENT_LINT_AUTO_FILE_EXCLUDE doc/conf.py)
Expand Down
1 change: 0 additions & 1 deletion kuka_rsi_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>tf2</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit b3cebcd

Please sign in to comment.