Skip to content
Snippets Groups Projects
Commit 4e461be4 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Do not require BLAS

Don't end configure if BLAS is not found. Only the SuperLU
test should fail, which will be the case anyway.
parent 1ffb8ead
No related branches found
No related tags found
1 merge request!14Feature/issue4 remove support superlu older 4.0
......@@ -33,7 +33,7 @@
#
# look for BLAS
find_package(BLAS QUIET REQUIRED)
find_package(BLAS QUIET)
if(NOT BLAS_FOUND)
message(WARNING "SuperLU requires BLAS which was not found, skipping the test.")
return()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment