未验证 提交 4898b7c6 编写于 作者: L llehtahw 提交者: GitHub

Fix a cmake typo

上级 f91881ff
......@@ -29,7 +29,7 @@ if(${MGE_ARCH} STREQUAL "AUTO")
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i386" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i686")
set(MGE_ARCH "i386")
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.
先完成此消息的编辑!
想要评论请 注册