Skip to content

Commit 55ff28e

Browse files
committed
Merge pull request opencv#8321 from sergboec:patch-1
2 parents 3e2b05b + f743c82 commit 55ff28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenCVFindMKL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif()
4848
#check current MKL_ROOT_DIR
4949
if(NOT MKL_ROOT_DIR OR NOT EXISTS ${MKL_ROOT_DIR}/include/mkl.h)
5050
set(mkl_root_paths ${MKL_ROOT_DIR})
51-
if(DEFINED $ENV{MKLROOT})
51+
if(DEFINED ENV{MKLROOT})
5252
list(APPEND mkl_root_paths $ENV{MKLROOT})
5353
endif()
5454
if(WIN32)

0 commit comments

Comments
 (0)