diff options
author | David Cole <david.cole@kitware.com> | 2012-07-09 18:22:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-07-09 18:22:50 (GMT) |
commit | 990db9ae2da58a015a33762505c3127064003674 (patch) | |
tree | 2b5741ea0fcba0398823bbe42bffec8c578a273d /Source | |
parent | 7b28331f966a236e1e7f2b15cd351de8263b1711 (diff) | |
parent | ee158b367c00682aabdcecee080f662af2ffafc3 (diff) | |
download | CMake-990db9ae2da58a015a33762505c3127064003674.zip CMake-990db9ae2da58a015a33762505c3127064003674.tar.gz CMake-990db9ae2da58a015a33762505c3127064003674.tar.bz2 |
Merge topic 'variable-doc-spaces'
ee158b3 fix 2 space bugs in variable documentation
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 592d931..77aaffc 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -218,7 +218,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "Full path to ctest command installed with cmake.", "This is the full path to the CTest executable ctest " "which is useful from custom commands that want " - " to use the cmake -E option for portable system " + "to use the cmake -E option for portable system " "commands.",false, "Variables that Provide Information"); @@ -355,7 +355,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "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. " - "This allows for easy running from the build tree. To omit RPATH" + "This allows for easy running from the build tree. To omit RPATH " "in the install step, but not the build step, use " "CMAKE_SKIP_INSTALL_RPATH instead.",false, "Variables that Provide Information"); |