Skip to content

Commit 5aaeca2

Browse files
authored
fix name
1 parent 87dd1c7 commit 5aaeca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ctest/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ all3targets += xdcblat3
162162
endif
163163
ifeq ($(BUILD_COMPLEX),1)
164164
all3targets += xccblat3
165-
ifeq ($(USE_GEMM3M),1)
165+
ifeq ($(SUPPORT_GEMM3M),1)
166166
all3targets += xccblat3_3m
167167
endif
168168
endif
169169
ifeq ($(BUILD_COMPLEX16),1)
170170
all3targets += xzcblat3
171-
ifeq ($(USE_GEMM3M),1)
171+
ifeq ($(SUPPORT_GEMM3M),1)
172172
all3targets += xzcblat3_3m
173173
endif
174174
endif

0 commit comments

Comments
 (0)