cc_project_template_cmake

A cmake, ninja, and googletest-based C++ project template
git clone https://git.bracken.jp/cc_project_template_cmake.git
Log | Files | Refs | Submodules | README | LICENSE

commit a90afb108c77e6b6f58d29c6b1778af2ceed80be
parent bbaf012962d9c51c7c78dcae32cc7c24cdcf80f6
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  5 Jan 2022 22:47:20 -0800

Use HTTPS URL for googletest submodule

This avoids needing an SSH key registered with GitHub to clone.

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third_party/googletest"] path = third_party/googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git