Remove double cpr submodule

Fix cpr being listed twice in .gitmodules and submodule check.
pull/1657/head
Jason Rhinelander 3 years ago
parent cbb78b5280
commit d90b28ce24

3
.gitmodules vendored

@ -35,6 +35,3 @@
[submodule "external/ngtcp2"]
path = external/ngtcp2
url = https://github.com/ngtcp2/ngtcp2.git
[submodule "external/cpr"]
path = external/cpr
url = https://github.com/whoshuu/cpr

@ -25,7 +25,6 @@ if(SUBMODULE_CHECK)
check_submodule(uvw)
check_submodule(cpr)
check_submodule(ngtcp2)
check_submodule(cpr)
endif()
endif()

Loading…
Cancel
Save