diff options
author | Brad King <brad.king@kitware.com> | 2012-10-01 18:05:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-10-01 18:05:44 (GMT) |
commit | 15cc55fe08d1c9986a678ded2d6bd0ac2ae70215 (patch) | |
tree | 1641df35601a2f9d32c6c35caca6c131500c9be8 /Source/cmTargetLinkLibrariesCommand.cxx | |
parent | 49c7b649f958d34e06023a85af705122124328f5 (diff) | |
parent | 4ad02332aad12bdda5ae3a091326856c2ff31b3e (diff) | |
download | CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.zip CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.gz CMake-15cc55fe08d1c9986a678ded2d6bd0ac2ae70215.tar.bz2 |
Merge topic 'documentation-cleanup'
4ad0233 Remove period at the end of the check message.
50b1ea5 Fix minor typos.
19c3206 Remove unused parameter marker and the unused parameter.
9d462b2 Document that generator expressions can be used in target properties.
daf88c3 Fix punctuation in some variables documentation.
3172cde Fix the layout of the generator expression documentation.
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.cxx')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.cxx b/Source/cmTargetLinkLibrariesCommand.cxx index dbea1c3..f42b0f6 100644 --- a/Source/cmTargetLinkLibrariesCommand.cxx +++ b/Source/cmTargetLinkLibrariesCommand.cxx @@ -108,8 +108,8 @@ bool cmTargetLinkLibrariesCommand // specification if the keyword is encountered as the first argument. this->CurrentProcessingState = ProcessingLinkLibraries; - // add libraries, nothe that there is an optional prefix - // of debug and optimized than can be used + // add libraries, note that there is an optional prefix + // of debug and optimized that can be used for(unsigned int i=1; i < args.size(); ++i) { if(args[i] == "LINK_INTERFACE_LIBRARIES") |