Skip to content

Commit 0e37c5c

Browse files
Fix CMake Build
1 parent 34adaba commit 0e37c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CBLAS/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ set(SLEV3 cblas_sgemm.c cblas_ssymm.c cblas_ssyrk.c cblas_ssyr2k.c cblas_strmm.c
8989

9090
# Files for level 3 double precision real
9191
set(DLEV3 cblas_dgemm.c cblas_dsymm.c cblas_dsyrk.c cblas_dsyr2k.c cblas_dtrmm.c
92-
cblas_dtrsm.c cblas_cgemmtr.c)
92+
cblas_dtrsm.c cblas_dgemmtr.c)
9393

9494
# Files for level 3 single precision complex
9595
set(CLEV3 cblas_cgemm.c cblas_csymm.c cblas_chemm.c cblas_cherk.c

0 commit comments

Comments
 (0)