diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 18:34:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 18:34:54 (GMT) |
commit | 0b494eaaa9c049e525d8360c44dc77fb25eb8152 (patch) | |
tree | 127d37a54ef7ffac8d9107c9293bb73f2afa690e /Source | |
parent | d2ef193a31e1ba68efdf910e129491bc3f5fc733 (diff) | |
download | CMake-0b494eaaa9c049e525d8360c44dc77fb25eb8152.zip CMake-0b494eaaa9c049e525d8360c44dc77fb25eb8152.tar.gz CMake-0b494eaaa9c049e525d8360c44dc77fb25eb8152.tar.bz2 |
Fix comment
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index b1e5c47..37a1bfc 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -55,7 +55,7 @@ public: return "SET_TARGET_PROPERTIES(target1 target2 .. filen PROPERTIES prop1 value1 prop2 value2 ... prop2 valuen)" "Set properties on a target. The syntax for the command is to list all the files you want " - "to change, and then provide the values you want to set next. Properties that cmake knows about are PREFIX and POSTFIX 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." + "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." "DEFINE_SYMBOL is a symbol that is defined when compiling C or C++ sources. " "If not set here then it is set to target_EXPORTS by default " "(with some substitutions if target is not a valid C identifier). " |