summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-26 23:24:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-26 23:24:47 (GMT)
commit3e24edcd04234c20a5c3045a7af9ff482fd61a45 (patch)
tree8b42271abfc9a7b04bdd27ecf6d678bb8672c0ad /Source/cmFindPathCommand.h
parentb170d21c9893c33b44d34ed0dedc81de1baec039 (diff)
downloadCMake-3e24edcd04234c20a5c3045a7af9ff482fd61a45.zip
CMake-3e24edcd04234c20a5c3045a7af9ff482fd61a45.tar.gz
CMake-3e24edcd04234c20a5c3045a7af9ff482fd61a45.tar.bz2
ENH: add possibility to add doc strings to varibles created by find type commands
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r--Source/cmFindPathCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h
index 048fc75..c8c10df 100644
--- a/Source/cmFindPathCommand.h
+++ b/Source/cmFindPathCommand.h
@@ -70,7 +70,9 @@ public:
{
return
"FIND_PATH(PATH_DEFINE fileName path1 path2 path3...)\n"
- "If the file is found, then PATH_DEFINE is set to the path where it was found";
+ "If the file is found, then PATH_DEFINE is set to the path where it was found."
+ "If DOC is specified the next argument is the "
+ "documentation string for the cache entry NAME.";
}
cmTypeMacro(cmFindPathCommand, cmCommand);