mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
MessageType: Add UNDEFINED enum item
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
enum class MessageType
|
enum class MessageType
|
||||||
{
|
{
|
||||||
|
UNDEFINED,
|
||||||
AUTHOR_WARNING,
|
AUTHOR_WARNING,
|
||||||
AUTHOR_ERROR,
|
AUTHOR_ERROR,
|
||||||
FATAL_ERROR,
|
FATAL_ERROR,
|
||||||
|
|||||||
Reference in New Issue
Block a user