Project

General

Profile

# generated from
# rosidl_cmake/cmake/template/rosidl_cmake_export_typesupport_targets.cmake.in

set(_exported_typesupport_targets
"__rosidl_typesupport_introspection_c:turtle_interfaces__rosidl_typesupport_introspection_c;__rosidl_typesupport_introspection_cpp:turtle_interfaces__rosidl_typesupport_introspection_cpp")

# populate turtle_interfaces_TARGETS_<suffix>
if(NOT _exported_typesupport_targets STREQUAL "")
# loop over typesupport targets
foreach(_tuple ${_exported_typesupport_targets})
string(REPLACE ":" ";" _tuple "${_tuple}")
list(GET _tuple 0 _suffix)
list(GET _tuple 1 _target)

set(_target "turtle_interfaces::${_target}")
if(NOT TARGET "${_target}")
# the exported target must exist
message(WARNING "Package 'turtle_interfaces' exports the typesupport target '${_target}' which doesn't exist")
else()
list(APPEND turtle_interfaces_TARGETS${_suffix} "${_target}")
endif()
endforeach()
endif()
(3-3/3)