diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-08-06 21:01:26 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-08-06 21:01:26 (GMT) |
commit | d7702b4c302a15b2b20dc747112605ab0d84f1a5 (patch) | |
tree | 3a013a875934452cb25e3f2b26a4763c6a971a49 /Source/cmElseCommand.h | |
parent | f70e0d6b1ee7aa36a51ad7b4c955a9d0979ddc0a (diff) | |
download | CMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.zip CMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.tar.gz CMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.tar.bz2 |
added new if commands
Diffstat (limited to 'Source/cmElseCommand.h')
-rw-r--r-- | Source/cmElseCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseCommand.h b/Source/cmElseCommand.h index dc85cc8..f4df774 100644 --- a/Source/cmElseCommand.h +++ b/Source/cmElseCommand.h @@ -90,7 +90,7 @@ public: virtual const char* GetFullDocumentation() { return - "ELSE(define)"; + "ELSE(args), Note that the args for the ELSE clause must match those of the IF clause. See the IF command for more information."; } cmTypeMacro(cmElseCommand, cmCommand); |