- 000
Hello there. I'm having trouble setting SPDLOG_LEVEL_NAMES with cmake when using library build.
I've tried a few different approaches but haven't had any luck.
The following doesn't work because the library build has already been compiled using the original definition of SPDLOG_LEVEL_NAMES:
// in my...