Skip to content

Commit 64e2e4a

Browse files
authored
missing braces
1 parent 921ec4e commit 64e2e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/prebuild.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
198198
if ("${TCORE}" STREQUAL "CORTEXA57")
199199
set(SGEMM_UNROLL_M 16)
200200
set(SGEMM_UNROLL_N 4)
201-
else
201+
else ()
202202
set(SGEMM_UNROLL_M 8)
203203
set(SGEMM_UNROLL_N 8)
204-
endif
204+
endif ()
205205
set(DGEMM_UNROLL_M 8)
206206
set(DGEMM_UNROLL_N 4)
207207
set(CGEMM_UNROLL_M 8)

0 commit comments

Comments
 (0)