summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-26 19:22:31 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-26 19:22:31 (GMT)
commitb8be208408323fad5179754a66cd40d76e9654e8 (patch)
treee181d43a4e5b081ecbb1228fd6cd59d7eb161e73 /Source/cmGetSourceFilePropertyCommand.h
parentae6e90e872fc6ed97cc221713e833e21f5552e0b (diff)
downloadCMake-b8be208408323fad5179754a66cd40d76e9654e8.zip
CMake-b8be208408323fad5179754a66cd40d76e9654e8.tar.gz
CMake-b8be208408323fad5179754a66cd40d76e9654e8.tar.bz2
updated to match the SET
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.h')
-rw-r--r--Source/cmGetSourceFilePropertyCommand.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/cmGetSourceFilePropertyCommand.h b/Source/cmGetSourceFilePropertyCommand.h
index 456f5ea..8d2e693 100644
--- a/Source/cmGetSourceFilePropertyCommand.h
+++ b/Source/cmGetSourceFilePropertyCommand.h
@@ -44,7 +44,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Set attributes for a specific list of files.";
+ return "Get a property for a file";
}
/**
@@ -53,9 +53,10 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|COMPILE_FLAGS]) "
- "Get a property from a source file. The value of the property is stored "
- "in the variable VAR.";
+ "GET_SOURCE_FILE_PROPERTY(VAR file property) "
+ "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";
}
cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand);