git submodule init fails.
ArthurSonzogni opened this issue · 1 comments
ArthurSonzogni commented
There are no .gitmodule defined in this project, but there is still a placeholder for a subproject here:
website/build/asm-dom-gh-pages
Some tools like cmake FetchContent automatically init submodule. It fails with asm-dom.
It needs to be removed. I will do it.