mirror of https://github.com/davisking/dlib.git
merged
This commit is contained in:
commit
1d8d9d62b1
|
@ -326,12 +326,12 @@ if (NOT blas_found)
|
|||
if (${BLAS_FOUND})
|
||||
set(blas_libraries ${BLAS_LIBRARIES})
|
||||
set(blas_found 1)
|
||||
endif()
|
||||
if (NOT lapack_found)
|
||||
find_package(LAPACK QUIET)
|
||||
if (${LAPACK_FOUND})
|
||||
set(lapack_libraries ${LAPACK_LIBRARIES})
|
||||
set(lapack_found 1)
|
||||
if (NOT lapack_found)
|
||||
find_package(LAPACK QUIET)
|
||||
if (${LAPACK_FOUND})
|
||||
set(lapack_libraries ${LAPACK_LIBRARIES})
|
||||
set(lapack_found 1)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue