Skip to content

Commit bf5f94a

Browse files
committed
fix compiler error in "WITH_MKL"
1 parent 2e7ffbd commit bf5f94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ else()
109109
endif()
110110

111111
set(WITH_MKLML ${WITH_MKL})
112-
if (WITH_MKL AND ${AVX2_FOUND})
112+
if (WITH_MKL AND AVX2_FOUND)
113113
set(WITH_MKLDNN ON)
114114
else()
115115
message(STATUS "Do not have AVX2 intrinsics and disabled MKL-DNN")

0 commit comments

Comments
 (0)