Skip to content

Commit

Permalink
correct mkl env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyiLiu1994 committed Jan 15, 2017
1 parent f7c8287 commit b697154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cblas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set(CBLAS_FOUND OFF)

## Find MKL First.
set(MKL_ROOT $ENV{MKL_ROOT} CACHE PATH "Folder contains MKL")
set(MKL_ROOT $ENV{MKLROOT} CACHE PATH "Folder contains MKL")

find_path(MKL_INCLUDE_DIR mkl.h PATHS
${MKL_ROOT}/include)
Expand Down

0 comments on commit b697154

Please sign in to comment.