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
Fix a cmake typo
release-1.1
llehtahw
GitHub
5 years ago
parent
f91881ffdc
commit
4898b7c6f6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
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
@@ -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()
Write
Preview
Loading…
Cancel
Save