Skip to content

Commit

Permalink
Register language of typesupport packages (#25)
Browse files Browse the repository at this point in the history
* Register language of typesupport packages
  • Loading branch information
jacquelinekay committed Apr 29, 2016
1 parent dd60826 commit d59e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(NOT WIN32)
ament_export_libraries(pthread)
endif()

register_rmw_implementation("rosidl_typesupport_introspection_cpp")
register_rmw_implementation("cpp:rosidl_typesupport_introspection_cpp")

if(AMENT_ENABLE_TESTING)
find_package(ament_cmake_cppcheck REQUIRED)
Expand Down

0 comments on commit d59e5cf

Please sign in to comment.