Improve docs

This commit is contained in:
Victor Zverovich
2024-06-15 09:07:04 -07:00
parent 709169a4d8
commit 1334eedaf5
2 changed files with 5 additions and 5 deletions

View File

@ -28,8 +28,8 @@ There are three primary ways to use {fmt} with CMake:
target_link_libraries(<your-target> fmt::fmt)
* **Installed**: You can find and use an [installed](#install) version of {fmt}
in your `CMakeLists.txt` file as follows:
* **Installed**: You can find and use an [installed](#installation) version of
{fmt} in your `CMakeLists.txt` file as follows:
find_package(fmt)
target_link_libraries(<your-target> fmt::fmt)