Matthew Klein

Results 2 comments of Matthew Klein

I'm having this same problem when building with ROS applications using catkin/cmake and install Protobuf outside of `/usr/local`. I am able to set `Protobuf_INCLUDE_DIRS` and `Protobuf_LIBRARIES` to my local non-`/usr/local`...

It turns out I'm having the same problem with Eigen. I had to copy all the files over to `/usr` and replace the existing files. (note, not `/usr/local`. I never...