STYLE: fix docs

This commit is contained in:
Ken Martin
2005-11-16 12:05:04 -05:00
parent 89f3e97730
commit bd45a7bb18
3 changed files with 9 additions and 9 deletions

View File

@@ -53,8 +53,8 @@ public:
{
return
" GET_DIRECTORY_PROPERTY(VAR [DIRECTORY dir] property)\n"
"Get a property from the Directory. The value of the property is"
"stored in the variable VAR. If the property is not found,"
"Get a property from the Directory. The value of the property is "
"stored in the variable VAR. If the property is not found, "
"CMake will report an error. The properties include: VARIABLES, "
"CACHE_VARIABLES, COMMANDS, MACROS, INCLUDE_DIRECTORIES, "
"LINK_DIRECTORIES, DEFINITIONS, INCLUDE_REGULAR_EXPRESSION and "