diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-01 11:25:52 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-16 08:58:48 +0200 |
commit | fdffbcdc0b0e63a6ba47d23b662cd992b4f4cede (patch) | |
tree | 3c973b6c6d7f08337893b34d89bba8f60b4393f8 /.gitmodules | |
parent | 9f3e29065ea0a39f6032dd1d48b7fb1e5bc12ac5 (diff) |
Use system libfmt
libfmt is available on standard PC distros and on buildroot, so lets
just use the system provided libfmt instead of a git submodule.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 6ac367e..c6d1083 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "ext/pybind11"] path = ext/pybind11 url = https://github.com/pybind/pybind11.git -[submodule "ext/fmt"] - path = ext/fmt - url = https://github.com/fmtlib/fmt.git |