Browse Source

chore(cmake): fix a cmake typo

GitOrigin-RevId: e2b59f2f15
release-1.1
Megvii Engine Team 5 years ago
parent
commit
dc3c17ba13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

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



Loading…
Cancel
Save