We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171cbe7 commit b210111Copy full SHA for b210111
1 file changed
CMakeLists.txt
@@ -77,11 +77,11 @@ if(BUILD_TESTING)
77
target_link_libraries(${PROJECT_NAME}_test ${PROJECT_NAME})
78
target_link_libraries(${PROJECT_NAME}_test
79
rosidl_typesupport_introspection_c::rosidl_typesupport_introspection_c
80
- rosidl_generator_c::rosidl_generator_c
+ ${rosidl_generate_interfaces_TARGET}__rosidl_generator_c
81
rosidl_runtime_c::rosidl_runtime_c
82
rcutils::rcutils
83
- std_msgs::std_msgs
84
- trajectory_msgs::trajectory_msgs
+ ${std_msgs_TARGETS}
+ ${trajectory_msgs_TARGETS}
85
)
86
endif()
87
0 commit comments