From 19a04511ba3e2b8eb6c6e3c907a7e5452b46414e Mon Sep 17 00:00:00 2001 From: Austin Chu Date: Wed, 12 Apr 2017 20:40:08 -0400 Subject: [PATCH] [fix] typo in compiler warning when no CBLAS found --- src/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix.h b/src/matrix.h index d0f43a71..6fe035b7 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -16,7 +16,7 @@ #ifdef HAVE_CBLAS #include #else -#warning "No CLBAS" +#warning "No CBLAS" #endif typedef enum {