Skip to content

Commit 6a0cfd9

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
2 parents 5ee63bb + bce1c03 commit 6a0cfd9

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)