enable cblas interfaces to GEMM3M in CMAKE builds
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 22 Apr 2020 09:01:28 +0000 (11:01 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 09:01:28 +0000 (11:01 +0200)
interface/CMakeLists.txt

index 5ea39f8..7a8fc66 100644 (file)
@@ -115,7 +115,7 @@ foreach (float_type ${FLOAT_TYPES})
     GenerateNamedObjects("syr2k.c" "HEMM" "her2k" ${CBLAS_FLAG} "" "" false ${float_type})
 
     if (USE_GEMM3M)
-      GenerateNamedObjects("gemm.c" "GEMM3M" "gemm3m" false "" "" false ${float_type})
+      GenerateNamedObjects("gemm.c" "GEMM3M" "gemm3m" ${CBLAS_FLAG} "" "" false ${float_type})
     endif()
   endif ()
   if (${float_type} STREQUAL "COMPLEX")