Updated to use cpp raw literal strings
This commit is contained in:
parent
c15a14d2b2
commit
1449c858ee
8 changed files with 34 additions and 33 deletions
|
|
@ -9,7 +9,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
#if KOMPUTE_ENABLE_SPDLOG
|
||||
spdlog::set_level(static_cast<spdlog::level::level_enum>(SPDLOG_ACTIVE_LEVEL));
|
||||
spdlog::error("default active level {}", SPDLOG_ACTIVE_LEVEL);
|
||||
#endif
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue