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.
1 parent 35d056e commit bda12fcCopy full SHA for bda12fc
dlib/CMakeLists.txt
@@ -600,6 +600,8 @@ if (NOT TARGET dlib)
600
endif()
601
602
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)
605
list (APPEND dlib_needed_public_includes ${mkl_include_dir})
606
if (DLIB_USE_MKL_SEQUENTIAL)
607
message(STATUS "Using MKL sequential")
0 commit comments