summaryrefslogtreecommitdiffstats
path: root/Help/command/target_precompile_headers.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-16 15:37:49 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-17 14:58:21 (GMT)
commit2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch)
tree35ee84cee04924eb7112971ebff1e5b80d818b90 /Help/command/target_precompile_headers.rst
parentf2776ac063e45fea91e4d496a910a0a6d10ed064 (diff)
downloadCMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip
CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz
CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2
codespell: Fix typos
Diffstat (limited to 'Help/command/target_precompile_headers.rst')
-rw-r--r--Help/command/target_precompile_headers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_precompile_headers.rst b/Help/command/target_precompile_headers.rst
index db55bc2..50eaf22 100644
--- a/Help/command/target_precompile_headers.rst
+++ b/Help/command/target_precompile_headers.rst
@@ -94,7 +94,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 artifact from another target
+one target reuses a precompiled header file artifact from another target
instead of generating its own:
.. code-block:: cmake