Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Add search paths for opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay0410 committed Oct 13, 2018
1 parent dd810ba commit 78224e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepLearningSuite/Deps/opencv/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FIND_PACKAGE(OpenCV NO_DEFAULT_PATH PATHS "/usr/local" )
FIND_PACKAGE(OpenCV NO_DEFAULT_PATH PATHS "/usr/local" "/usr" )

if(OpenCV_FOUND)
include(CheckIncludeFileCXX)
Expand Down

0 comments on commit 78224e5

Please sign in to comment.