aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/protobuf.cmake
Commit message (Collapse)AuthorAge
* Convert cmake build to (mostly) use urls rather than git clones (#852)Gravatar rsgowman2018-02-27
| | | | | | | Exception: grpc. Due to it's use of git submodules, it's not completely trivial to convert it (though probably wouldn't be too much more work.) This helps address our build being throttled. (Maybe. This assumes github allows more fetching of tgz's than clones.) It should also speed up our build times. The downloaded tarballs are placed into ${PROJECT_BINARY_DIR}/downloads. This allows for eventual caching in travis.
* Add ability to build nanopb and protobufGravatar Rich Gowman2018-02-06