Tweak wording

This commit is contained in:
Victor Zverovich
2025-10-12 10:54:28 -07:00
parent 81fe170849
commit beefc1c14f

View File

@@ -724,8 +724,8 @@ configuring CMake.
### Macros ### Macros
- **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. Defining - **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. It is an
this macro is an alternative to using the `fmt::fmt-header-only` CMake target. alternative to using the `fmt::fmt-header-only` CMake target.
Default: not defined. Default: not defined.
- **`FMT_USE_EXCEPTIONS`**: Disables the use of exceptions when set to `0`. - **`FMT_USE_EXCEPTIONS`**: Disables the use of exceptions when set to `0`.