intel / processwatch

GNU General Public License v2.0
120 stars 9 forks source link

Recursive Cloning Woes #12

Closed matthew-olson-intel closed 2 months ago

matthew-olson-intel commented 8 months 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.