summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-02-29 19:58:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-02-29 19:58:33 (GMT)
commit22dc873ef07bdb31ee80b6117a781b1253ae7f94 (patch)
treeb95ec3c8dc92c458f3e2a4498b61e6ca59eebc99 /Source/CTest/cmCTestSubmitHandler.h
parentb548b34a117f11f071cf29888e8270a5a398a4e9 (diff)
downloadCMake-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.h1
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