modern-cmake / cppfront

CMake wrapper around the cppfront repository
BSD 3-Clause "New" or "Revised" License
73 stars 19 forks source link

readme instructions fail due to submodule url #137

Closed tomFlowee closed 3 months ago

tomFlowee commented 9 months ago

The instructions suggest a git clone with --recursive. It nicely has a https based URL of this repo. The actual repo has a submodule which starts with git@github.com

this will not work for people that do not have a github account with ssh access added.

I suggest changing your .gitmodules file and changing the url to be https based in there.

alexreinking commented 3 months ago

Thanks... fixed in #143