summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-21 14:36:01 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-21 14:36:01 (GMT)
commit43c2a895689129cfdf424d8877cd35ad05433dc7 (patch)
tree4a916154f226a5f877463b4a41275ae2c6b96e78 /Source/cmIncludeCommand.h
parent3221b4e3febe95e8db500ccd2062daa08154e381 (diff)
downloadCMake-43c2a895689129cfdf424d8877cd35ad05433dc7.zip
CMake-43c2a895689129cfdf424d8877cd35ad05433dc7.tar.gz
CMake-43c2a895689129cfdf424d8877cd35ad05433dc7.tar.bz2
ENH: add optional include and only allow one file per INCLUDE
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r--Source/cmIncludeCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h
index 99f9bd1..c60fbef 100644
--- a/Source/cmIncludeCommand.h
+++ b/Source/cmIncludeCommand.h
@@ -69,7 +69,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "INCLUDE(file1 file2)\n";
+ "INCLUDE(file1 [OPTIONAL])\nIf OPTIONAL is present, then do not complain "
+ "if the file does not exist.";
}
cmTypeMacro(cmIncludeCommand, cmCommand);