tkameyama opened a new pull request #18349:
URL: https://github.com/apache/incubator-mxnet/pull/18349


   ## Description ##
   fix Build with opencv4 to use USE_OPENCV_INC_PATH.
   
   Currently OPENCV_INC_PATH is used as following:
   <pre>
   CFLAGS += -I$(USE_OPENCV_INC_PATH)/include
   </pre>
   And the program is used opencv header files as follows:
   <pre>
   #include &lt;opencv2/opencv.hpp&gt;
   </pre>
   But opencv4 is installed header file to include/opencv4/opencv2.
   So we cannot specify ijnclude path by OPENCV_INC_PATH.
   This PR is enable opencv4 include path by OPENCV_INC_PATH.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to