Skip to content

Commit 78224e5

Browse files
authored
Add search paths for opencv
1 parent dd810ba commit 78224e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepLearningSuite/Deps/opencv/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FIND_PACKAGE(OpenCV NO_DEFAULT_PATH PATHS "/usr/local" )
1+
FIND_PACKAGE(OpenCV NO_DEFAULT_PATH PATHS "/usr/local" "/usr" )
22

33
if(OpenCV_FOUND)
44
include(CheckIncludeFileCXX)

0 commit comments

Comments
 (0)