提交 dc3c17ba 编写于 作者: M Megvii Engine Team

chore(cmake): fix a cmake typo

GitOrigin-RevId: e2b59f2f15454a6d7a8757270b7e1c9ce5e4a08e
......@@ -140,7 +140,7 @@ if(${MGE_ARCH} STREQUAL "AUTO")
elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
set(MGE_ARCH "armv7")
else()
message(FATAL "Unknown machine architecture for MegEngine.")
message(FATAL_ERROR "Unknown machine architecture for MegEngine.")
endif()
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册