Skip to content

Commit f1fa370

Browse files
authored
fix missing endif
1 parent 6d1444b commit f1fa370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/cc.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ if (${CORE} STREQUAL ARMV9SME)
254254
set (CCOMMON_OPT "${CCOMMON_OPT} -tp=host")
255255
else ()
256256
set (CCOMMON_OPT "${CCOMMON_OPT} -march=armv9-a+sme")
257+
endif ()
257258
endif ()
258259
endif ()
259260

0 commit comments

Comments
 (0)