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

[Merge][CMake] Merged revisions : 6635

Revision  r6635
.----------------------
Introduced HAVE_BLAS

.----------------------


[[Imported from SVN: r7172]]
parents c9adb852 8f92eba9
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.
Please register or to comment