diff options
author | David Cole <david.cole@kitware.com> | 2012-02-01 19:51:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-01 19:51:47 (GMT) |
commit | 46c7b7d85a69ff492414d92ba618ae1574e24e9a (patch) | |
tree | d10b4531a91efbbea3b650e860f0e1a953989ae6 | |
parent | a4e02578406c79c1ef0c43b72a1efabcb747d47b (diff) | |
parent | 33eee2c36f0c0c368d544d5452a72a536e734128 (diff) | |
download | CMake-46c7b7d85a69ff492414d92ba618ae1574e24e9a.zip CMake-46c7b7d85a69ff492414d92ba618ae1574e24e9a.tar.gz CMake-46c7b7d85a69ff492414d92ba618ae1574e24e9a.tar.bz2 |
Merge topic 'rpath-docs-whitespace'
33eee2c Add whitespace after '.' in CMAKE_SKIP_RPATH docs.
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 687debc..1cab2b5 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -354,7 +354,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "If true, do not add run time path information.", "If this is set to TRUE, then the rpath information " "is not added to compiled executables. The default " - "is to add rpath information if the platform supports it." + "is to add rpath information if the platform supports it. " "This allows for easy running from the build tree.",false, "Variables that Provide Information"); cm->DefineProperty |