summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 13:45:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 13:45:20 (GMT)
commit7cdf5c4601ea2a791d35fafadd890508ce434c6f (patch)
tree8851fb9e33ffd56c8aec785149732d00fa53ab6f /Source/cmCTest.h
parent09f7ee4480e932049e2ae8d49d73e7fdcdef3ca6 (diff)
downloadCMake-7cdf5c4601ea2a791d35fafadd890508ce434c6f.zip
CMake-7cdf5c4601ea2a791d35fafadd890508ce434c6f.tar.gz
CMake-7cdf5c4601ea2a791d35fafadd890508ce434c6f.tar.bz2
ENH: Make default date shorter
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 301bd86..5a154fc 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -359,6 +359,8 @@ private:
tm_VectorOfStrings m_CustomPreMemCheck;
tm_VectorOfStrings m_CustomPostMemCheck;
bool m_InteractiveDebugMode;
+
+ bool m_ShortDateFormat;
void BlockTestErrorDiagnostics();