Skip to content

Commit

Permalink
Fix typo in OpenBLAS cmake detection
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#25966

Differential Revision: D17315925

Pulled By: albanD

fbshipit-source-id: 55c6b4a1ddeaf95714034ec66a4d59b0f00ba634
  • Loading branch information
albanD authored and facebook-github-bot committed Sep 11, 2019
1 parent 2080a15 commit 63df9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
/usr/local/lib64
/usr/local/opt/openblas/lib
/opt/OpenBLAS/lib
$ENV{OpenBLAS}cd
$ENV{OpenBLAS}
$ENV{OpenBLAS}/lib
$ENV{OpenBLAS_HOME}
$ENV{OpenBLAS_HOME}/lib
Expand Down

0 comments on commit 63df9ff

Please sign in to comment.