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 dca9c7b commit 8e35b21Copy full SHA for 8e35b21
cmake/cblas.cmake
@@ -40,7 +40,7 @@ set(OPENBLAS_LIB_SEARCH_PATHS
40
/usr/local/opt/openblas/lib)
41
42
find_path(OPENBLAS_INC_DIR NAMES cblas.h
43
- PATHS ${OPENBLAS_INCLUDE_SEARCH_PATHS})
+ PATHS ${OPENBLAS_INCLUDE_SEARCH_PATHS} NO_DEFAULT_PATH)
44
find_path(OPENBLAS_LAPACKE_INC_DIR NAMES lapacke.h
45
PATHS ${OPENBLAS_INCLUDE_SEARCH_PATHS})
46
find_library(OPENBLAS_LIB NAMES openblas
0 commit comments