We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eabfb commit 4cc83f6Copy full SHA for 4cc83f6
tf2_sensor_msgs/CMakeLists.txt
@@ -35,8 +35,8 @@ if(BUILD_TESTING)
35
ament_add_gtest(test_tf2_sensor_msgs_cpp test/test_tf2_sensor_msgs.cpp)
36
if(TARGET test_tf2_sensor_msgs_cpp)
37
target_include_directories(test_tf2_sensor_msgs_cpp PUBLIC include)
38
- target_link_libraries(test_tf2_sensor_msgs_cpp Eigen3::Eigen)
39
ament_target_dependencies(test_tf2_sensor_msgs_cpp
+ "Eigen3"
40
"rclcpp"
41
"sensor_msgs"
42
"tf2"
0 commit comments