summaryrefslogtreecommitdiffstats
path: root/Source/cmFileAPIConfigureLog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFileAPIConfigureLog.cxx')
-rw-r--r--Source/cmFileAPIConfigureLog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileAPIConfigureLog.cxx b/Source/cmFileAPIConfigureLog.cxx
index 50189cb..ad0997c 100644
--- a/Source/cmFileAPIConfigureLog.cxx
+++ b/Source/cmFileAPIConfigureLog.cxx
@@ -52,6 +52,7 @@ Json::Value ConfigureLog::DumpEventKindNames()
// major version of the configureLog object kind is needed.
Json::Value eventKindNames = Json::arrayValue;
if (this->Version == 1) {
+ eventKindNames.append("message-v1"); // WriteMessageEvent
eventKindNames.append("try_compile-v1"); // WriteTryCompileEvent
eventKindNames.append("try_run-v1"); // WriteTryRunEvent
}