Merge topic 'doc-target_precompile_headers'

a3dfaf8a5c Help: Fix wrong command name in target_precompile_headers docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8600
This commit is contained in:
Brad King
2023-06-29 14:06:53 +00:00
committed by Kitware Robot

View File

@@ -70,7 +70,7 @@ included by absolute path. For example:
<unordered_map>
)
.. |command_name| replace:: ``target_compile_features``
.. |command_name| replace:: ``target_precompile_headers``
.. |more_see_also| replace:: The :genex:`$<COMPILE_LANGUAGE:...>` generator
expression is particularly useful for specifying a language-specific header
to precompile for only one language (e.g. ``CXX`` and not ``C``). In this