diff options
author | Ken Martin <ken.martin@kitware.com> | 2009-09-03 19:29:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2009-09-03 19:29:29 (GMT) |
commit | f686dbecb6c25178954b8190e95a3a265e9b2813 (patch) | |
tree | 9007c583a292169aec33d7a193de95ca91e6ea41 /Source/cmFindCommon.cxx | |
parent | 5624be360e555f3a4505f69cae3f582b2e4e835a (diff) | |
download | CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.zip CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.gz CMake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.bz2 |
some white space fixes for the book
Diffstat (limited to 'Source/cmFindCommon.cxx')
-rw-r--r-- | Source/cmFindCommon.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindCommon.cxx b/Source/cmFindCommon.cxx index daa8bd4..d051b4c 100644 --- a/Source/cmFindCommon.cxx +++ b/Source/cmFindCommon.cxx @@ -49,7 +49,7 @@ cmFindCommon::cmFindCommon() " \"LAST\" - Try to find frameworks after standard\n" " libraries or headers.\n" " \"ONLY\" - Only try to find frameworks.\n" - " \"NEVER\". - Never try to find frameworks.\n" + " \"NEVER\" - Never try to find frameworks.\n" "On Darwin or systems supporting OS X Application Bundles, the cmake " "variable CMAKE_FIND_APPBUNDLE can be set to empty or one of the " "following:\n" @@ -58,7 +58,7 @@ cmFindCommon::cmFindCommon() " \"LAST\" - Try to find application bundles after standard\n" " programs.\n" " \"ONLY\" - Only try to find application bundles.\n" - " \"NEVER\". - Never try to find application bundles.\n"; + " \"NEVER\" - Never try to find application bundles.\n"; this->GenericDocumentationRootPath = "The CMake variable CMAKE_FIND_ROOT_PATH specifies one or more " "directories to be prepended to all other search directories. " |