Skip to content

Commit

Permalink
export pthread dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 5, 2016
1 parent 8e4586f commit 83bad2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rmw_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ ament_target_dependencies(rmw_fastrtps_cpp
configure_rmw_library(rmw_fastrtps_cpp)

ament_export_libraries(rmw_fastrtps_cpp fastcdr fastrtps)
if(NOT WIN32)
ament_export_libraries(pthread)
endif()

register_rmw_implementation("rosidl_typesupport_introspection_cpp")

Expand Down

0 comments on commit 83bad2b

Please sign in to comment.