stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
209 stars 65 forks source link

Add external protobuf install to includes. #211

Closed ehein6 closed 7 years ago

ehein6 commented 7 years ago

A previous patch (#185) allowed CMake to use an installed protobuf instead of building from source. However this would fail if protobuf was not installed in a system directory that was already on the include path.

ehein6 commented 7 years ago

Created PR on wrong branch, use #212 instead.