We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our root CMakeLists.txt file, we have
Paddle/CMakeLists.txt
Lines 177 to 180 in d883547
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!
The text was updated successfully, but these errors were encountered:
glog and gflags and many other third-party libraries are also included.
Lines 156 to 163 in d883547
@wangkuiyi
Sorry, something went wrong.
@gangliao Got it. Thanks. I am closing this issue.
hedaoyuan
No branches or pull requests
In our root CMakeLists.txt file, we have
Paddle/CMakeLists.txt
Lines 177 to 180 in d883547
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!
The text was updated successfully, but these errors were encountered: