Commit 1d8d9d62 authored by Davis King's avatar Davis King

merged

parents c38d7e55 06a57d25
...@@ -326,7 +326,6 @@ if (NOT blas_found) ...@@ -326,7 +326,6 @@ if (NOT blas_found)
if (${BLAS_FOUND}) if (${BLAS_FOUND})
set(blas_libraries ${BLAS_LIBRARIES}) set(blas_libraries ${BLAS_LIBRARIES})
set(blas_found 1) set(blas_found 1)
endif()
if (NOT lapack_found) if (NOT lapack_found)
find_package(LAPACK QUIET) find_package(LAPACK QUIET)
if (${LAPACK_FOUND}) if (${LAPACK_FOUND})
...@@ -334,6 +333,7 @@ if (NOT blas_found) ...@@ -334,6 +333,7 @@ if (NOT blas_found)
set(lapack_found 1) set(lapack_found 1)
endif() endif()
endif() endif()
endif()
endif() endif()
......
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