[fix] typo in compiler warning when no CBLAS found
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifdef HAVE_CBLAS
|
||||
#include <cblas.h>
|
||||
#else
|
||||
#warning "No CLBAS"
|
||||
#warning "No CBLAS"
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user