Browse Source

Missing rename

Samuel Thibault 5 years ago
parent
commit
6e4de5e8f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -352,7 +352,7 @@ STARPU_EXAMPLES +=				\
 	lu/lu_implicit_example_complex_double
 endif
 
-if BLAS_LIB_HAS_CBLAS_SGEMV
+if STARPU_HAVE_CBLAS_H
 STARPU_EXAMPLES +=				\
 	spmv/dw_block_spmv
 endif