yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

cmake: add option to check submodules

Open abouvier opened this issue 1 year ago • 2 comments

Better than deleting .gitmodules manually :p

abouvier avatar Jul 30 '22 03:07 abouvier

What does this help with?

Docteh avatar Jul 30 '22 03:07 Docteh

When you non-recursively clone the repo to build yuzu, because you use system libraries instead of the externals. The build fails (because of the check_submodules_present function) if you don't delete .gitmodules before compiling.

abouvier avatar Jul 30 '22 03:07 abouvier