ament / uncrustify_vendor

CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Apache License 2.0
0 stars 9 forks source link

Use Git to fetch upstream uncrustify source code #16

Closed cottsay closed 3 years ago

cottsay commented 3 years ago

This is somewhat of a lateral move in general, but the patching solution implemented in #15 can fail under certain circumstances if the target directory is not a git repository.

Since the patching solution requires git anyway, and we're downloading what should be the exact same files, there should be no reason that this wouldn't work in largely the same way the current tarball-based solution does.