fmt: prefer system package if found
mu embeds a "vendored" subset of the libfmt package under thirdparty; but it's better to use the system-package if the user has one. So, use the system package if found or user -Duse-embedded-fmt=true is specified.
This commit is contained in:
5
thirdparty/fmt/fmt/core.h
vendored
Normal file
5
thirdparty/fmt/fmt/core.h
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
// This file is only provided for compatibility and may be removed in future
|
||||
// versions. Use fmt/base.h if you don't need fmt::format and fmt/format.h
|
||||
// otherwise.
|
||||
|
||||
#include "format.h"
|
||||
Reference in New Issue
Block a user