Skip to content

Commit b697154

Browse files
committed
correct mkl env var
1 parent f7c8287 commit b697154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cblas.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set(CBLAS_FOUND OFF)
1717

1818
## Find MKL First.
19-
set(MKL_ROOT $ENV{MKL_ROOT} CACHE PATH "Folder contains MKL")
19+
set(MKL_ROOT $ENV{MKLROOT} CACHE PATH "Folder contains MKL")
2020

2121
find_path(MKL_INCLUDE_DIR mkl.h PATHS
2222
${MKL_ROOT}/include)

0 commit comments

Comments
 (0)