From fdffbcdc0b0e63a6ba47d23b662cd992b4f4cede Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 1 Dec 2020 11:25:52 +0200 Subject: 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 --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3