-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
In our root CMakeLists.txt file, we have
Lines 177 to 180 in d883547
| if(USE_NNPACK) | |
| include(external/nnpack) | |
| list(APPEND EXTERNAL_LIBS ${NNPACK_LIBS}) | |
| endif(USE_NNPACK) |
It uses the special variable EXTERNAL_LIBS.
@hedaoyuan I am wondering why glog and gflags and many other third-party libraries don't need to be added to EXTERNAL_LIBS, but nnpack has to be?
Could @gangliao have a look at this issue as well? Thanks!
Metadata
Metadata
Assignees
Labels
No labels