intel / processwatch

GNU General Public License v2.0
132 stars 10 forks source link

Recursive Cloning Woes #12

Closed matthew-olson-intel closed 6 months ago

matthew-olson-intel commented 1 year ago

If a user forgets to add --recursive to their clone command (me -- I'm that user), submodules of submodules don't get cloned, and this causes build issues. Either the README should make this clear (for example, not recommending git submodule init && git submodule update, which isn't recursive), or build.sh should handle this case automatically.