Skip to content

Commit ec5b368

Browse files
authored
Add stomp target link to moveit_planners_stomp tests (#3437)
1 parent 64e934f commit ec5b368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
find_package(ament_cmake_gtest REQUIRED)
22
ament_add_gtest(test_noise_generator test_noise_generator.cpp)
33
ament_target_dependencies(test_noise_generator tf2_eigen)
4-
target_link_libraries(test_noise_generator rsl::rsl)
4+
target_link_libraries(test_noise_generator stomp::stomp rsl::rsl)
55

66
ament_add_gtest(test_cost_functions test_cost_functions.cpp)
77
ament_target_dependencies(test_cost_functions moveit_core)
8-
target_link_libraries(test_cost_functions rsl::rsl)
8+
target_link_libraries(test_cost_functions stomp::stomp rsl::rsl)

0 commit comments

Comments
 (0)