Commit 1235f0a2 authored by Jonathan Wakely's avatar Jonathan Wakely Committed by Victor Zverovich

Fix typo in usage.rst

parent 4fb73d11
...@@ -79,7 +79,7 @@ You can detect and use an installed version of {fmt} as follows:: ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment