diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-12-21 20:47:29 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-12-21 20:47:29 (GMT) |
commit | a302b51db58e21698725c6304f7ab5da0decb8fb (patch) | |
tree | 80d24e4006e5384bcdba33b1f531f4e75cdb6e3b /Source/cmCTest.h | |
parent | 3ff0b940556f5e310daa1160c5d2844e63ffeb38 (diff) | |
download | CMake-a302b51db58e21698725c6304f7ab5da0decb8fb.zip CMake-a302b51db58e21698725c6304f7ab5da0decb8fb.tar.gz CMake-a302b51db58e21698725c6304f7ab5da0decb8fb.tar.bz2 |
Query the CDash web API to automate CDash version detection.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 120dd2e..d0b9e1e 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -197,6 +197,8 @@ public: bool ShouldCompressTestOutput(); + std::string GetCDashVersion(); + //Used for parallel ctest job scheduling std::string GetScheduleType() { return this->ScheduleType; } void SetScheduleType(std::string type) { this->ScheduleType = type; } |