summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-09-21 17:31:43 (GMT)
committerBrad King <brad.king@kitware.com>2005-09-21 17:31:43 (GMT)
commitc59d56f653171eea241179c45dde1c0f0e9606be (patch)
tree89c48e60305ddd7261b4df18145684039c9c062b /Source/cmGetSourceFilePropertyCommand.h
parent059f62c5ea04ccb699e0cde7127232fe607d16a6 (diff)
downloadCMake-c59d56f653171eea241179c45dde1c0f0e9606be.zip
CMake-c59d56f653171eea241179c45dde1c0f0e9606be.tar.gz
CMake-c59d56f653171eea241179c45dde1c0f0e9606be.tar.bz2
BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command.
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.h')
-rw-r--r--Source/cmGetSourceFilePropertyCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetSourceFilePropertyCommand.h b/Source/cmGetSourceFilePropertyCommand.h
index b07689d..b413abc 100644
--- a/Source/cmGetSourceFilePropertyCommand.h
+++ b/Source/cmGetSourceFilePropertyCommand.h
@@ -53,9 +53,9 @@ public:
{
return
" GET_SOURCE_FILE_PROPERTY(VAR file property)\n"
- "Get a property from a source file. The value of the property is "
+ "Get a property from a source file. The value of the property is "
"stored in the variable VAR. If the property is not found, var "
- "will be set to NOT_FOUND. Use SET_SOURCE_FILES_PROPERTIES to set "
+ "will be set to \"NOTFOUND\". Use SET_SOURCE_FILES_PROPERTIES to set "
"property values. Source file properties usually control how the "
"file is built.";
}