fix(cmake): include opencv dirs if found
This commit is contained in:
parent
44945687ce
commit
097438da20
|
@ -47,6 +47,10 @@ else()
|
||||||
set(OpenCV_LIB_SEARCH_PATH "${OpenCV_LIB_PATH}")
|
set(OpenCV_LIB_SEARCH_PATH "${OpenCV_LIB_PATH}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
include_directories(
|
||||||
|
${OpenCV_INCLUDE_DIRS}
|
||||||
|
)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
||||||
set(WITH_OPENCV FALSE)
|
set(WITH_OPENCV FALSE)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user