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}")
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
${OpenCV_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
else()
|
||||
|
||||
set(WITH_OPENCV FALSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user