renamed file

This commit is contained in:
Davis King 2018-03-10 08:21:21 -05:00
parent d30f87b62c
commit 2b9de7f4a9
2 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ if (NOT TARGET dlib)
if (DLIB_USE_BLAS OR DLIB_USE_LAPACK OR DLIB_USE_MKL_FFT)
# 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 (blas_found)