Commit 06acdcac authored by Davis King's avatar Davis King

Fixed confusing warning message from cmake about BLAS.

parent ba29493a
......@@ -329,7 +329,7 @@ if (NOT blas_found)
endif()
endif()
if (NOT lapack_found)
if (blas_found AND NOT lapack_found)
find_package(LAPACK QUIET)
if (${LAPACK_FOUND})
set(lapack_libraries ${LAPACK_LIBRARIES})
......
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