1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-17 15:32:10 +08:00

Help: Rename 'artefact' to 'artifact' in target_precompile_headers

This commit is contained in:
Arcturus
2020-06-02 18:00:01 +01:00
committed by Brad King
parent 1d2c8ae209
commit a09195e7bf

View File

@@ -93,7 +93,7 @@ Reusing Precompile Headers
^^^^^^^^^^^^^^^^^^^^^^^^^^
The command also supports a second signature which can be used to specify that
one target re-uses a precompiled header file artefact from another target
one target re-uses a precompiled header file artifact from another target
instead of generating its own:
.. code-block:: cmake