Skip to content

Commit

Permalink
forget to look in sub folder of include/openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
Heritier Kinke committed Jul 2, 2020
1 parent 5a70451 commit cb3a098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/OpenCVFindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
SET(Open_BLAS_INCLUDE_SEARCH_PATHS
$ENV{OpenBLAS_HOME}
$ENV{OpenBLAS_HOME}/include
$ENV{OpenBLAS_HOME}/include/openblas
/opt/OpenBLAS/include
/usr/local/include/openblas
/usr/include/openblas
Expand Down Expand Up @@ -103,4 +104,4 @@ MARK_AS_ADVANCED(
OpenBLAS_INCLUDE_DIR
OpenBLAS_LIB
OpenBLAS
)
)

0 comments on commit cb3a098

Please sign in to comment.