We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8287 commit b697154Copy full SHA for b697154
cmake/cblas.cmake
@@ -16,7 +16,7 @@
16
set(CBLAS_FOUND OFF)
17
18
## Find MKL First.
19
-set(MKL_ROOT $ENV{MKL_ROOT} CACHE PATH "Folder contains MKL")
+set(MKL_ROOT $ENV{MKLROOT} CACHE PATH "Folder contains MKL")
20
21
find_path(MKL_INCLUDE_DIR mkl.h PATHS
22
${MKL_ROOT}/include)
0 commit comments