mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix typo in usage.rst
This commit is contained in:
parent
4fb73d1145
commit
1235f0a24a
@ -79,7 +79,7 @@ You can detect and use an installed version of {fmt} as follows::
|
|||||||
find_package(fmt)
|
find_package(fmt)
|
||||||
target_link_libraries(<your-target> fmt::fmt)
|
target_link_libraries(<your-target> fmt::fmt)
|
||||||
|
|
||||||
Setting up your target to use a header-only version of ``fmt`` is equaly easy::
|
Setting up your target to use a header-only version of ``fmt`` is equally easy::
|
||||||
|
|
||||||
target_link_libraries(<your-target> PRIVATE fmt-header-only)
|
target_link_libraries(<your-target> PRIVATE fmt-header-only)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user