diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-14 17:28:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-03-14 17:28:37 (GMT) |
commit | 97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff (patch) | |
tree | 89cd083084056cca0ef08a25ebc41b0d43577da5 /Source/cmCTest.h | |
parent | 824b231f42af0b228040202d3e62c781f5d6c409 (diff) | |
download | CMake-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.h | 1 |
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; |