mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix doc for importing header only target with CMake
This commit is contained in:
committed by
Victor Zverovich
parent
9f09b8eed1
commit
2aae6b120c
@@ -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::
|
||||
|
||||
target_link_libraries(<your-target> PRIVATE fmt-header-only)
|
||||
target_link_libraries(<your-target> PRIVATE fmt::fmt-header-only)
|
||||
|
||||
Building the Documentation
|
||||
==========================
|
||||
|
Reference in New Issue
Block a user