summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 14:47:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 14:47:39 (GMT)
commiteeb7637a6ee23feb8147581c7d28021a55154a42 (patch)
tree9d550a5562f6e67c38c5894091459b68272ab9c7 /Source/cmSetTargetPropertiesCommand.h
parentdb68c543ff7ee0a59ec5fa463f59255193a9a479 (diff)
downloadCMake-eeb7637a6ee23feb8147581c7d28021a55154a42.zip
CMake-eeb7637a6ee23feb8147581c7d28021a55154a42.tar.gz
CMake-eeb7637a6ee23feb8147581c7d28021a55154a42.tar.bz2
DOC: Fix comment
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index 726e434..cf877f1 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -60,7 +60,7 @@ public:
"to change, and then provide the values you want to set next. "
"Properties that cmake knows about are PREFIX and SUFFIX for Unix "
"systems and libraries. CMake also knows about LINK_FLAGS, which "
- "can be used to add extra flags to the link step of a target."
+ "can be used to add extra flags to the link step of a target. "
"DEFINE_SYMBOL is a symbol that is defined when compiling C or C++ "
"sources. PRE_INSTALL_SCRIPT specifies CMake script that is run "
"prior to installing the target. POST_INSTALL_SCRIPT specifies "