Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <brawner@gmail.com>
  • Loading branch information
brawner committed Oct 21, 2020
1 parent f7c5e58 commit 3dabbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/test/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function(add_rclcpp_benchmark NAME SOURCE)
add_performance_test(${full_benchmark_name} ${SOURCE} ENV ${rmw_implementation_env_var})
if(TARGET ${full_benchmark_name})
if(RCLCPP_BENCHMARK_AMENT_DEPENDS)
ament_target_dependencies(${full_benchmark_name} "${RCLCPP_BENCHMARK_AMENT_DEPENDS}")
ament_target_dependencies(${full_benchmark_name} ${RCLCPP_BENCHMARK_AMENT_DEPENDS})
endif()
target_link_libraries(${full_benchmark_name} ${PROJECT_NAME} ${RCLCPP_BENCHMARK_LIBRARIES})
endif()
Expand Down

0 comments on commit 3dabbbe

Please sign in to comment.