I have run into an issue where Neumodvb is building it's own fmt, which I already have installed by the system. I'm currently working around it by installing to /opt/neumodvb, however it would be nice if CMake first checked for a system fmt and used that instead?
Totally understand if there's some specific fmt version required, though, too.
neumodvb-git: /usr/include/fmt/args.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/chrono.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/color.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/compile.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/core.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/format-inl.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/format.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/os.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/ostream.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/printf.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/ranges.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/std.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/include/fmt/xchar.h exists in filesystem (owned by fmt)
neumodvb-git: /usr/lib/cmake/fmt/fmt-config-version.cmake exists in filesystem (owned by fmt)
neumodvb-git: /usr/lib/cmake/fmt/fmt-config.cmake exists in filesystem (owned by fmt)
neumodvb-git: /usr/lib/cmake/fmt/fmt-targets.cmake exists in filesystem (owned by fmt)
neumodvb-git: /usr/lib/pkgconfig/fmt.pc exists in filesystem (owned by fmt)
neumodvb-git: /usr/lib64 exists in filesystem (owned by filesystem)
I have run into an issue where Neumodvb is building it's own fmt, which I already have installed by the system. I'm currently working around it by installing to /opt/neumodvb, however it would be nice if CMake first checked for a system fmt and used that instead?
Totally understand if there's some specific fmt version required, though, too.