File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216216 - name : windows-latest-openblas
217217 os : windows-latest
218218 build_openblas : true
219- configure_extra : -DCMAKE_PREFIX_PATH="C:Program Files (x86)/openblas"
219+ configure_extra : -DCMAKE_PREFIX_PATH="C:/ Program Files (x86)/openblas"
220220
221221 - name : windows-latest-mkl
222222 os : windows-latest
Original file line number Diff line number Diff line change @@ -598,15 +598,15 @@ if (NOT TARGET dlib)
598598 enable_preprocessor_switch(DLIB_USE_MKL_FFT)
599599 list (APPEND dlib_needed_public_includes ${mkl_include_dir} )
600600 if (DLIB_USE_MKL_SEQUENTIAL)
601- message (STATUS "Using MKL sequential" )
601+ message (STATUS "Using MKL sequential ${mkl_libraries_sequential} " )
602602 enable_preprocessor_switch(DLIB_USE_MKL_SEQUENTIAL)
603603 list (APPEND dlib_needed_public_libraries ${mkl_libraries_sequential} )
604604 elseif (DLIB_USE_MKL_WITH_TBB)
605- message (STATUS "Using MKL tbb" )
605+ message (STATUS "Using MKL tbb ${mkl_libraries_tbb} " )
606606 enable_preprocessor_switch(DLIB_USE_MKL_WITH_TBB)
607607 list (APPEND dlib_needed_public_libraries ${mkl_libraries_tbb} )
608608 elseif (DLIB_USE_MKL_THREAD)
609- message (STATUS "Using MKL thread" )
609+ message (STATUS "Using MKL thread ${mkl_libraries_thread} " )
610610 enable_preprocessor_switch(DLIB_USE_MKL_THREAD)
611611 list (APPEND dlib_needed_public_libraries ${mkl_libraries_thread} )
612612 endif ()
You can’t perform that action at this time.
0 commit comments