From d6e35f9bdd2ee253d16a8c7a676f0a1665110023 Mon Sep 17 00:00:00 2001 From: Robot Date: Thu, 10 Oct 2024 18:07:45 +0800 Subject: [PATCH] remove include --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1353dd0..5bfa40f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ find_package(OpenCV REQUIRED) ## CATKIN_DEPENDS: catkin_packages dependent projects also need ## DEPENDS: system dependencies of this project that dependent projects also need catkin_package( - INCLUDE_DIRS include +# INCLUDE_DIRS include # LIBRARIES jie_ware CATKIN_DEPENDS cv_bridge geometry_msgs move_base_msgs nav_msgs roscpp rospy sensor_msgs std_msgs tf # DEPENDS system_lib @@ -122,7 +122,7 @@ catkin_package( ## Specify additional locations of header files ## Your package locations should be listed before other locations include_directories( - include +# include ${catkin_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS} )