Commit 2aae6b12 authored by Samuel Debionne's avatar Samuel Debionne Committed by Victor Zverovich

Fix doc for importing header only target with CMake

parent 9f09b8ee
...@@ -81,7 +81,7 @@ You can detect and use an installed version of {fmt} as follows:: ...@@ -81,7 +81,7 @@ You can detect and use an installed version of {fmt} as follows::
Setting up your target to use a header-only version of ``fmt`` is equally 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::fmt-header-only)
Building the Documentation Building the Documentation
========================== ==========================
......
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