-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot be built in an environment where fmt and spdlog are installed independently. #904
Comments
I think it would be nice to just be able to use the |
@robertmaynard given we get spdlog with cpm, is there a simple way in cmake to add |
Just realized spdlog puts its bundled fmt in |
I think the way the 2 files should be modified as the following file (which calls fmt) is written. /usr/include/spdlog/fmt/fmt.h |
It looks like spdlog provides wrapper headers that should be used instead of directly including anything in the For example for |
#907 Should resolve this issue |
Fixes #904 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Jake Hemstad (https://github.com/jrhemstad) - Rong Ou (https://github.com/rongou) URL: #907
File bug happens
arena.hpp
arena_memory_resource.hpp
Issues to be fixed
Both header files are assumed to be built on spdlog, where fmt is bundled, and not in an environment where fmt and spglog are installed separately.
Suggested patch
The text was updated successfully, but these errors were encountered: