Commit 2b9de7f4 authored by Davis King's avatar Davis King

renamed file

parent d30f87b6
...@@ -512,7 +512,7 @@ if (NOT TARGET dlib) ...@@ -512,7 +512,7 @@ if (NOT TARGET dlib)
if (DLIB_USE_BLAS OR DLIB_USE_LAPACK OR DLIB_USE_MKL_FFT) if (DLIB_USE_BLAS OR DLIB_USE_LAPACK OR DLIB_USE_MKL_FFT)
# Try to find BLAS, LAPACK and MKL # Try to find BLAS, LAPACK and MKL
include(cmake_utils/cmake_find_blas.txt) include(cmake_utils/find_blas.cmake)
if (DLIB_USE_BLAS) if (DLIB_USE_BLAS)
if (blas_found) if (blas_found)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment