diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-13 01:06:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-13 01:06:32 (GMT) |
commit | 5ab6c0f0ed39136bd778a6f982691e5142a7aceb (patch) | |
tree | 69b11472960aa7b64dea7527c42526a66671c197 /Source/cmake.h | |
parent | 8bf388109d1d95d1f269b6e78c90e88f217bafa3 (diff) | |
download | CMake-5ab6c0f0ed39136bd778a6f982691e5142a7aceb.zip CMake-5ab6c0f0ed39136bd778a6f982691e5142a7aceb.tar.gz CMake-5ab6c0f0ed39136bd778a6f982691e5142a7aceb.tar.bz2 |
ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, better to not crash on the end user.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index cb130bc..8630607 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -61,6 +61,7 @@ class cmake enum MessageType { AUTHOR_WARNING, FATAL_ERROR, + INTERNAL_ERROR, MESSAGE, WARNING, LOG |