From c3763511451e7bfd8cb28c06b3abcf1ab2342aae Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Mon, 7 May 2018 10:01:02 +0100 Subject: [PATCH] Attempting OSX fix for CI. --- lib/3rdParty/dlib/include/dlib/matrix/matrix_trsm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/3rdParty/dlib/include/dlib/matrix/matrix_trsm.h b/lib/3rdParty/dlib/include/dlib/matrix/matrix_trsm.h index 1576c0d9..769cbe88 100644 --- a/lib/3rdParty/dlib/include/dlib/matrix/matrix_trsm.h +++ b/lib/3rdParty/dlib/include/dlib/matrix/matrix_trsm.h @@ -9,7 +9,8 @@ namespace dlib { namespace blas_bindings { - extern "C" + #ifndef CBLAS_H + extern "C" { void cblas_strsm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, @@ -25,6 +26,7 @@ namespace dlib } // ------------------------------------------------------------------------------------ + #endif // if not CBLAS_H /* Purpose */ /* ======= */