pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

Configure `protobuf::protoc` target in CMake 3.9.4 or older #163

Closed okapies closed 6 years ago

okapies commented 6 years ago

This PR adds a configuration for protobuf::protoc explicitly in CMake 3.9.4 or older to make Menoh's CMake configuration work well with ONNX.

Fixes #152.

okapies commented 6 years ago

@msakai Could you check it in your environment?

okapies commented 6 years ago

Thanks!