ENH: Tweaked whitespace in documentation of command.

This commit is contained in:
Brad King
2003-08-06 15:22:26 -04:00
parent ac0911e08b
commit fa642fee71
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public:
" INSTALL_FILES(<dir> FILES file file ...)\n"
"Any files listed after the FILES keyword will be "
"installed explicitly from the names given. Full paths are allowed in "
"this form.\n\n"
"this form.\n"
"The directory <dir> is relative to the installation prefix, which "
"is stored in the variable CMAKE_INSTALL_PREFIX.";
}