fix deps submodule init on windows
`git submodule update --remote --recursive` must be called with `--init` if the submodules have never been initialized, add the flag to the cmake code that does this. If they are already initialized, it will not cause any harm.
Please register or sign in to comment