leezu edited a comment on issue #18840:
URL: https://github.com/apache/incubator-mxnet/issues/18840#issuecomment-668119673
Actually it's changed to static linkage @szha:
https://github.com/apache/incubator-mxnet/blob/51340d8f40721e03938e0021c6cbb557a44dd90e/CMakeLists.txt#L151-L157
The problem is though that there is a `AND NOT APPLE` in the `if` condition. Need to move
the static linkage option to a separate if clause.
Previously we have not linked protobuf in the cmake build as ps-lite was disabled.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|