From f5d0776d60e6ebdb5e38c91924b3ad7d92442321 Mon Sep 17 00:00:00 2001 From: CihatAltiparmak Date: Thu, 15 Aug 2024 14:23:10 +0300 Subject: [PATCH] pre-commit fix and remove quotations from service benchmark executable --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb871b0..7e06765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ target_include_directories( $) target_link_libraries(scenario_basic_service_client_benchmark_main - PUBLIC "benchmark::benchmark" ${YAML_CPP_LIBRARIES}) + PUBLIC benchmark::benchmark ${YAML_CPP_LIBRARIES}) add_executable( scenario_moveit_task_constructor_benchmark_main @@ -92,8 +92,7 @@ generate_parameter_library( target_link_libraries( scenario_moveit_task_constructor_benchmark_main - PUBLIC benchmark::benchmark ${YAML_CPP_LIBRARIES} - pick_place_demo_parameters) + PUBLIC benchmark::benchmark ${YAML_CPP_LIBRARIES} pick_place_demo_parameters) install( TARGETS scenario_perception_pipeline_benchmark_main