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 0425e86 commit 0775e10Copy full SHA for 0775e10
rosidl_cmake/cmake/rosidl_target_interfaces.cmake
@@ -29,7 +29,10 @@
29
# @public
30
#
31
function(rosidl_target_interfaces target interface_target typesupport_name)
32
- message(DEPRECATION "Use rosidl_get_typesupport_target() and target_link_libraries() instead of rosidl_target_interfaces()")
+ message(DEPRECATION "Use rosidl_get_typesupport_target() and target_link_libraries() instead of rosidl_target_interfaces(). i.e:
33
+ rosidl_get_typesupport_target(cpp_typesupport_target \"\${PROJECT_NAME}\" \"rosidl_typesupport_cpp\")
34
+ target_link_libraries(\${PROJECT_NAME}_node \"\${cpp_typesupport_target}\")
35
+")
36
if(ARGN)
37
message(FATAL_ERROR
38
"rosidl_target_interfaces() called with unused arguments: ${ARGN}")
0 commit comments