Skip to content

Commit

Permalink
Remove quotations in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Aug 15, 2024
1 parent 73a1b4b commit 5d8a75f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ add_executable(
ament_target_dependencies(
scenario_moveit_task_constructor_benchmark_main
PUBLIC
"moveit_ros_planning_interface"
"rclcpp"
"benchmark"
"std_msgs"
"example_interfaces"
"moveit_task_constructor_core")
moveit_ros_planning_interface
rclcpp
benchmark
std_msgs
example_interfaces
moveit_task_constructor_core)

target_include_directories(
scenario_moveit_task_constructor_benchmark_main
Expand All @@ -92,7 +92,7 @@ generate_parameter_library(

target_link_libraries(
scenario_moveit_task_constructor_benchmark_main
PUBLIC "benchmark::benchmark" ${YAML_CPP_LIBRARIES}
PUBLIC benchmark::benchmark ${YAML_CPP_LIBRARIES}
pick_place_demo_parameters)

install(
Expand Down

0 comments on commit 5d8a75f

Please sign in to comment.