Skip to content

Commit

Permalink
add catkin_INCLUDE_DIRS in include_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jun 12, 2024
1 parent 9087486 commit 485ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_recognition_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ generate_dynamic_reconfigure_options(
)

catkin_package(
INCLUDE_DIRS include
INCLUDE_DIRS include ${catkin_INCLUDE_DIRS}
LIBRARIES jsk_recognition_utils
CATKIN_DEPENDS jsk_recognition_msgs pcl_ros visualization_msgs message_runtime
)
Expand Down

0 comments on commit 485ca2b

Please sign in to comment.