diff --git a/rclcpp/CMakeLists.txt b/rclcpp/CMakeLists.txt index 25a4b1b..371a523 100644 --- a/rclcpp/CMakeLists.txt +++ b/rclcpp/CMakeLists.txt @@ -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()