Skip to content

Commit

Permalink
CMakeLists lint pedantry
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Feb 2, 2025
1 parent 5b0cadd commit d0b5635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/move_group/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ add_library(moveit_move_group_capabilities_base SHARED
target_include_directories(
moveit_move_group_capabilities_base
PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include/moveit_ros_move_group>)
$<INSTALL_INTERFACE:include/moveit_ros_move_group>)

add_library(moveit_move_group_default_capabilities SHARED
src/default_capabilities/move_action_capability.cpp
Expand Down

0 comments on commit d0b5635

Please sign in to comment.