Merge pull request #213 from ros2/fix_wrong_link_library
fix wrong link library for test_rate gtest
This commit is contained in:
commit
c99b9b9734
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue