diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-29 19:58:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-29 19:58:33 (GMT) |
commit | 22dc873ef07bdb31ee80b6117a781b1253ae7f94 (patch) | |
tree | b95ec3c8dc92c458f3e2a4498b61e6ca59eebc99 /Source/CTest/cmCTestSubmitHandler.h | |
parent | b548b34a117f11f071cf29888e8270a5a398a4e9 (diff) | |
download | CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.zip CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.tar.gz CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.tar.bz2 |
ENH: allow cdash not to trigger
Diffstat (limited to 'Source/CTest/cmCTestSubmitHandler.h')
-rw-r--r-- | Source/CTest/cmCTestSubmitHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSubmitHandler.h b/Source/CTest/cmCTestSubmitHandler.h index 7c802c5..6aa11ca 100644 --- a/Source/CTest/cmCTestSubmitHandler.h +++ b/Source/CTest/cmCTestSubmitHandler.h @@ -77,6 +77,7 @@ private: cmStdString FTPProxy; int FTPProxyType; std::ostream* LogFile; + bool CDash; }; #endif |