Skip to content

Commit bda12fc

Browse files
author
pfeatherstone
committed
oops
1 parent 35d056e commit bda12fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dlib/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,8 @@ if (NOT TARGET dlib)
600600
endif()
601601

602602
if (DLIB_USE_MKL_SEQUENTIAL OR DLIB_USE_MKL_WITH_TBB OR DLIB_USE_MKL_THREAD)
603+
set(DLIB_USE_MKL_FFT 1)
604+
enable_preprocessor_switch(DLIB_USE_MKL_FFT)
603605
list (APPEND dlib_needed_public_includes ${mkl_include_dir})
604606
if (DLIB_USE_MKL_SEQUENTIAL)
605607
message(STATUS "Using MKL sequential")

0 commit comments

Comments
 (0)