Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Oct 11, 2024
1 parent d1cce38 commit 6cfb41f
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 @@ -55,9 +55,8 @@ add_executable(scenario_basic_service_client_benchmark_main
target_link_libraries(scenario_basic_service_client_benchmark_main
PUBLIC moveit_middleware_benchmark_lib)

add_executable(
scenario_basic_subscription_benchmark_main
src/scenario_basic_subscription_benchmark_main.cpp)
add_executable(scenario_basic_subscription_benchmark_main
src/scenario_basic_subscription_benchmark_main.cpp)

target_link_libraries(scenario_basic_subscription_benchmark_main
PUBLIC moveit_middleware_benchmark_lib)
Expand Down

0 comments on commit 6cfb41f

Please sign in to comment.