Skip to content

Commit 20fdc07

Browse files
committed
docs(README): add CMake variables
1 parent 06e9e8e commit 20fdc07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Modern Asyncronous Logger using C++20 and std::format (falls back on fmt::format if not available).
44

5+
## CMake variables
6+
7+
- `USE_FMT` : Force AsyncLogger to use fmt formatting instead of std formatting if it's available.
8+
59
## How to use
610

711
Very simple example application showing how to implement it.

0 commit comments

Comments
 (0)