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.
2 parents 3e2b05b + f743c82 commit 55ff28eCopy full SHA for 55ff28e
cmake/OpenCVFindMKL.cmake
@@ -48,7 +48,7 @@ endif()
48
#check current MKL_ROOT_DIR
49
if(NOT MKL_ROOT_DIR OR NOT EXISTS ${MKL_ROOT_DIR}/include/mkl.h)
50
set(mkl_root_paths ${MKL_ROOT_DIR})
51
- if(DEFINED $ENV{MKLROOT})
+ if(DEFINED ENV{MKLROOT})
52
list(APPEND mkl_root_paths $ENV{MKLROOT})
53
endif()
54
if(WIN32)
0 commit comments