From 173e1f0554ab41788efc2844239a331bd1fa0584 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 19 Mar 2021 23:21:00 +0100 Subject: [PATCH] docs: usage chapter fixed --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 17d4a03d..f75d00be 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -252,7 +252,7 @@ library release the following steps may be performed: Unfortunately, packages distributed via Conan-Center cannot force the minimum version of the C++ language used for your build process. This is why it is important to specify it in `Conan profile file `_ and with ``target_compile_features`` command - for each CMake target directly linking with `mp-units::mp-units` in your project. + for each CMake target directly linking with ``mp-units::mp-units`` in your project. 4. Download, build, and install Conan dependencies before running CMake configuration step: