cjweeks / tensorflow-cmake

Integrate TensorFlow with CMake projects effortlessly
MIT License
331 stars 83 forks source link

libprotobuf linking issue #24

Closed mozi22 closed 6 years ago

mozi22 commented 6 years ago

Hi,

I am trying to import a frozen_model.pb file I generated from the tensorflow python API into tensorflow C++. I want to build my project with c++ so I am using your library which is really cool and pretty easy to setup. The problem right now is I am having some issues with building. I've in detail explained my problem with the error in this stack_overflow question. Someone commented that the libprotobuf has not been linked properly. I am not sure if this might be the problem.

I am stuck on this for 2 days now. Please help me out.