Help: Fix wrong command name in target_precompile_headers docs

This commit is contained in:
Craig Scott 2023-06-29 09:27:10 +10:00
parent f9fe9099ab
commit a3dfaf8a5c
No known key found for this signature in database
GPG Key ID: 6FF37CBDCCADED9F

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