diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-07-18 05:57:06 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-07-18 05:57:06 (GMT) |
commit | 8be7694d9756f535d7f681b396cfda44e0463c64 (patch) | |
tree | ccd7d9742db2985458cd2e7be35b75e88ef5e455 /Help/command | |
parent | 7c6234dd21b7af95e7edea6b281d859dafb2ae81 (diff) | |
download | CMake-8be7694d9756f535d7f681b396cfda44e0463c64.zip CMake-8be7694d9756f535d7f681b396cfda44e0463c64.tar.gz CMake-8be7694d9756f535d7f681b396cfda44e0463c64.tar.bz2 |
Help: Fix trivial typo
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/target_link_libraries.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/target_link_libraries.rst b/Help/command/target_link_libraries.rst index ac231bc..c85094a 100644 --- a/Help/command/target_link_libraries.rst +++ b/Help/command/target_link_libraries.rst @@ -300,7 +300,7 @@ The object files associated with an object library may be referenced by the :genex:`$<TARGET_OBJECTS>` generator expression. Such object files are placed on the link line *before* all libraries, regardless 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 .. code-block:: cmake |