Commit c0c53ecb authored by oscar's avatar oscar

提交更新

(cherry picked from commit 3f9cd001)
parent 634bea90
......@@ -17,7 +17,6 @@ add_compile_options(-std=c++11)
find_package(OpenCV REQUIRED)
find_package(yaml-cpp REQUIRED)
include_directories(${YAML_CPP_INCLUDE_DIR})
add_definitions(-D_QICHECHENG_)
#find_package(CUDA REQUIRED)
......@@ -45,6 +44,7 @@ add_definitions(-D_QICHECHENG_)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
if(QICHECHENG)
add_definitions(-D_QICHECHENG_)
else()
find_package(catkin REQUIRED COMPONENTS
#camera_info_manager
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment