davidstone / operators

Automatically generate canonical forms of operators, taking advantage of the latest C++ features
Boost Software License 1.0
11 stars 0 forks source link

Cannot clone the 'cmake_strict_defaults' sub-module #1

Closed poyenc closed 4 years ago

poyenc commented 4 years ago

Hello,

I'd like to play with the bounded_integer library but I can not clone all the maybe necessary sub-modules like cmake_strict_defaults.

The root cause is that the cmake_strict_defaults repository was added as sub-module by Git protocol, rather than HTTPS protocol, thus others cannot even clone sub-module without permissions.

$ cat .gitmodules
[submodule "cmake_strict_defaults"]
        path = cmake_strict_defaults
        url = git@github.com:davidstone/cmake_strict_defaults.git
davidstone commented 4 years ago

Thank you, I have fixed this