Skip to content

Commit

Permalink
pre-commit fix and remove quotations from service benchmark executable
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Aug 15, 2024
1 parent 5d8a75f commit f5d0776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ target_include_directories(
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)

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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5d0776

Please sign in to comment.