Browse Source

Fix a cmake typo

release-1.1
llehtahw GitHub 5 years ago
parent
commit
4898b7c6f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -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()



Loading…
Cancel
Save