This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
chore(cmake): fix a cmake typo
GitOrigin-RevId:
e2b59f2f15
release-1.1
Megvii Engine Team
5 years ago
parent
44b27f0d6e
4898b7c6f6
commit
dc3c17ba13
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save