Update cppformat (now fmt)

Update to current master (pre-3.0), and change remote repository to reflect name
change from cppformat to fmt. Needed to be updated now because one of the
submodules referenced in the 1.1.0 release no longer exists due to the change in
the Github organization name from cppformat to fmtlib.
This commit is contained in:
Ray Speth
2016-05-01 22:40:49 -04:00
parent 2561ab82e3
commit 4eea27b0a4
6 changed files with 14 additions and 14 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "ext/cppformat"]
path = ext/cppformat
url = https://github.com/cppformat/cppformat.git
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "ext/googletest"]
path = ext/googletest
url = https://github.com/google/googletest.git