Explorar el Código

Help: Fix wrong command name in target_precompile_headers docs

Craig Scott hace 2 años
padre
commit
a3dfaf8a5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Help/command/target_precompile_headers.rst

+ 1 - 1
Help/command/target_precompile_headers.rst

@@ -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