summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-14 17:28:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-14 17:28:37 (GMT)
commit97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff (patch)
tree89cd083084056cca0ef08a25ebc41b0d43577da5 /Source/cmCTest.h
parent824b231f42af0b228040202d3e62c781f5d6c409 (diff)
downloadCMake-97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff.zip
CMake-97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff.tar.gz
CMake-97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff.tar.bz2
ENH: Add support for future tags
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index f68cb99..63d6260 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -290,6 +290,7 @@ private:
int m_Tests[LAST_TEST];
std::string m_CurrentTag;
+ bool m_TomorrowTag;
std::string m_StartBuild;
std::string m_EndBuild;