You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CMake config file should check for whether SPDLOG_USE_STD_FORMAT is defined and if so, set the compile definitions accordingly. At the moment it seems like installing a version of spdlog that was compiled with SPDLOG_USE_STD_FORMAT=OFF forces downstream projects to use libfmt instead of std::format