Skip to content
Snippets Groups Projects
Commit 8f92eba9 authored by Markus Blatt's avatar Markus Blatt
Browse files

Introduced HAVE_BLAS

[[Imported from SVN: r6635]]
parent d6340698
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ find_package(SharedPtr)
# search for lapack
find_package(LAPACK)
set(HAVE_LAPACK LAPACK_FOUND)
set(HAVE_BLAS BLAS_FOUND)
# make calling fortran routines from C/C++ possible
include(FortranCInterface)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment