Skip to content

Commit

Permalink
Define FMT_HEADER_ONLY
Browse files Browse the repository at this point in the history
The project is not using fmt and spdlog can pollute it with that otherwise.
  • Loading branch information
frantisekz authored and lisanna-dettwyler committed Jun 25, 2024
1 parent a65b332 commit 8817c9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/utils/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#ifndef level_zero_loader_LOGGING_HPP
#define level_zero_loader_LOGGING_HPP

#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY
#endif

#define LOADER_LOG_FILE_DEFAULT "ze_loader.log"

#include <iostream>
Expand Down

0 comments on commit 8817c9e

Please sign in to comment.