Skip to content

Commit

Permalink
Fix typo in OpenCVFindOpenBLAS.cmake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
catree committed Nov 8, 2020
1 parent caa1658 commit df7bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVFindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SET(Open_BLAS_INCLUDE_SEARCH_PATHS
)

SET(Open_BLAS_LIB_SEARCH_PATHS
$ENV{OpenBLAS}cd
$ENV{OpenBLAS}
$ENV{OpenBLAS}/lib
$ENV{OpenBLAS_HOME}
$ENV{OpenBLAS_HOME}/lib
Expand Down

0 comments on commit df7bf9a

Please sign in to comment.