We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7470e commit b5c7fc5Copy full SHA for b5c7fc5
cmake/FindHipoDeps.cmake
@@ -9,7 +9,7 @@ elseif(NOT APPLE)
9
# LINUX
10
find_library(OPENBLAS_LIB
11
NAMES openblas
12
- HINTS "${BLAS_ROOT}/lib")
+ HINTS "${BLAS_ROOT}/lib" "${BLAS_ROOT}")
13
14
if(OPENBLAS_LIB)
15
message("Found OpenBLAS library at ${OPENBLAS_LIB}")
0 commit comments