Skip to content
  • Rafael Kitover's avatar
    fix deps submodule init on windows · df0bd439
    Rafael Kitover authored
    `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.
    df0bd439