Skip to content

Commit

Permalink
removed unused find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
giafranchini committed Nov 29, 2024
1 parent 7b84bed commit 04421d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ if(BUILD_TESTING)
)

find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()

find_package(GTest REQUIRED)
find_package(ament_cmake_gtest REQUIRED)
ament_lint_auto_find_test_dependencies()
ament_find_gtest()

foreach(test_name ${TEST_TARGETS})
Expand Down

0 comments on commit 04421d4

Please sign in to comment.