gaowenliang / sgbm_ros

sgbm ros with cuda
12 stars 6 forks source link

error in cmakeLists.txt #1

Closed raja890 closed 6 years ago

raja890 commented 6 years ago

what is include(/home/nvidia/lib/opencv_arm/OpenCVConfig.cmake) in your cmakeLists.txt where to find it

gaowenliang commented 6 years ago

I did not use the opencv from apt-get. I build an opencv library locally. And that line: " include(/home/nvidia/lib/opencv_arm/OpenCVConfig.cmake) " is to find the locally Opencv. You can use #find_package( OpenCV REQUIRED) to find the build in OpenCV instead of that line.

raja890 commented 6 years ago

Thanks , I get that. On Feb 8, 2018 6:23 AM, "gaowenliang" notifications@github.com wrote:

I did not use the opencv from apt-get. I build an opencv library locally. And that line: " include(/home/nvidia/lib/opencv_arm/OpenCVConfig.cmake) " is to find the locally Opencv. You can use #find_package( OpenCV REQUIRED) to find the build in OpenCV instead of that line.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gaowenliang/sgbm_ros/issues/1#issuecomment-363965311, or mute the thread https://github.com/notifications/unsubscribe-auth/ATiprCzYnfo_JO_UDttu_qD35EtKvANWks5tSkWdgaJpZM4R8g_V .