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(build): find_package(Threads) if not already done
GitOrigin-RevId:
10ecb51947
tags/v0.5.0
Megvii Engine Team
Xu Xinran
5 years ago
parent
786afef461
commit
285d70cb66
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cmake/MegEngineConfig.cmake.in
+ 1
- 0
cmake/MegEngineConfig.cmake.in
View File
@@ -1,5 +1,6 @@
@PACKAGE_INIT@
find_package(Threads)
find_package(Flatbuffers REQUIRED)
if (@MGE_WITH_MKLDNN@)
Write
Preview
Loading…
Cancel
Save