You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
I put protobuf under the mxnet directory and successfully built the binary protoc.exe and set PROTOBUF_SRC_ROOT_FOLDER to .\mxnet\protobuf-master\install
however, when I configure mxnet project using cmake, it pops up the following errors:
Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY)
CMake Error at ps-lite/cmake/ProtoBuf.cmake:13 (message):
Could not find PROTOBUF Compiler
Call Stack (most recent call first):
ps-lite/CMakeLists.txt:16 (include)