Skip to content
Snippets Groups Projects

Feature/issue4 remove support superlu older 4.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading