Skip to content

Commit

Permalink
fix wrong link library for test_rate gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 27, 2016
1 parent 6adfb91 commit b34a5f5
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 b34a5f5

Please sign in to comment.