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 /Modules | |
parent | b548b34a117f11f071cf29888e8270a5a398a4e9 (diff) | |
download | CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.zip CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.tar.gz CMake-22dc873ef07bdb31ee80b6117a781b1253ae7f94.tar.bz2 |
ENH: allow cdash not to trigger
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index daf8b79..3ff6a59 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -14,6 +14,7 @@ Site: @SITE@ BuildName: @BUILDNAME@ # Submission information +IsCDash: @CTEST_DROP_SITE_CDASH@ DropSite: @DROP_SITE@ DropLocation: @DROP_LOCATION@ DropSiteUser: @DROP_SITE_USER@ |