Skip to content

Commit

Permalink
Merge pull request #213 from ros2/fix_wrong_link_library
Browse files Browse the repository at this point in the history
fix wrong link library for test_rate gtest
  • Loading branch information
dirk-thomas committed Apr 27, 2016
2 parents 6adfb91 + b34a5f5 commit c99b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if(AMENT_ENABLE_TESTING)
${rosidl_generator_cpp_INCLUDE_DIRS}
)
target_link_libraries(test_rate
${PROJECT_NAME}${target_suffix}
${PROJECT_NAME}
)
endif()
endif()
Expand Down

0 comments on commit c99b9b9

Please sign in to comment.