From 2aae6b120c23dee785eeb7e7072516e8161d388d Mon Sep 17 00:00:00 2001 From: Samuel Debionne Date: Tue, 13 Aug 2019 12:00:27 +0200 Subject: [PATCH] Fix doc for importing header only target with CMake --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index 85bcb852..e71629c5 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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( PRIVATE fmt-header-only) + target_link_libraries( PRIVATE fmt::fmt-header-only) Building the Documentation ==========================