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
Remove backend-specific config for simplelog
Library cxx_simplelog::simplelog should be generic w/o backend config.
Use cxx_simplelog::simplelog_<BACKEND> library instead if you
need the cmake build configuration for this BACKEND=spdlog, null, ...
Template: project-config.cmake.in
Add find_dependency(spdlog...).