Skip to content

Commit 985e158

Browse files
authored
Update system.cmake
1 parent 1ca05e6 commit 985e158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/system.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ if (DEFINED TARGET)
317317
endif()
318318

319319
if (${TARGET} STREQUAL Z13)
320-
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z13 -mzvector"
320+
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z13 -mzvector")
321321
endif()
322322
if (${TARGET} STREQUAL Z14)
323-
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z14 -mzvector"
323+
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=z14 -mzvector")
324324
endif()
325325

326326
if (${TARGET} STREQUAL NEOVERSEV1)

0 commit comments

Comments
 (0)