1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-23 18:08:31 +08:00

Help: Fix trivial typo

This commit is contained in:
Craig Scott
2021-07-18 15:57:06 +10:00
parent 7c6234dd21
commit 8be7694d97

View File

@@ -300,7 +300,7 @@ The object files associated with an object library may be referenced
by the :genex:`$<TARGET_OBJECTS>` generator expression. Such object by the :genex:`$<TARGET_OBJECTS>` generator expression. Such object
files are placed on the link line *before* all libraries, regardless files are placed on the link line *before* all libraries, regardless
of their relative order. Additionally, an ordering dependency will be of their relative order. Additionally, an ordering dependency will be
added to the build sysstem to make sure the object library is up-to-date added to the build system to make sure the object library is up-to-date
before the dependent target links. For example, the code before the dependent target links. For example, the code
.. code-block:: cmake .. code-block:: cmake