1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Tutorial: text not correctly rendered

There are some restrictions on backquotes markup.
One of them is it must be separated from
surrounding text by non-word characters.
This commit is contained in:
Adrien Ollier
2025-09-26 17:42:59 +02:00
parent 7366ebb007
commit fcc2800f64

View File

@@ -105,7 +105,7 @@ and consists of a single call to :command:`install(targets)`.
)
Most artifact kinds are installed by default and do not need to be listed in
the :command:`install` command. However, ``FILE_SET``s must be named to let
the :command:`install` command. However, ``FILE_SET``\ s must be named to let
CMake know you want to install. In the above example we install two file
sets, one named ``HEADERS`` and another named ``AnotherHeaderFileSet``.