mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix typo in OpenBLAS cmake detection
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/25966 Differential Revision: D17315925 Pulled By: albanD fbshipit-source-id: 55c6b4a1ddeaf95714034ec66a4d59b0f00ba634
This commit is contained in:
parent
2080a15860
commit
63df9ffd0b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user