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/cmDefinePropertyCommand.h | |
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/cmDefinePropertyCommand.h')
-rw-r--r-- | Source/cmDefinePropertyCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h index c63c310..58f93cb 100644 --- a/Source/cmDefinePropertyCommand.h +++ b/Source/cmDefinePropertyCommand.h @@ -68,7 +68,7 @@ public: " DIRECTORY = associated with one directory\n" " TARGET = associated with one target\n" " SOURCE = associated with one source file\n" - " TEST = associated with a test named with add_test command\n" + " TEST = associated with a test named with add_test\n" " VARIABLE = documents a CMake language variable\n" " CACHED_VARIABLE = documents a CMake cache variable\n" "Note that unlike set_property and get_property no actual scope " |