[fix] typo in compiler warning when no CBLAS found

This commit is contained in:
Austin Chu
2017-04-12 20:40:08 -04:00
parent b464eb6c07
commit 19a04511ba

View File

@@ -16,7 +16,7 @@
#ifdef HAVE_CBLAS
#include <cblas.h>
#else
#warning "No CLBAS"
#warning "No CBLAS"
#endif
typedef enum {