summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a1381d6..f8075f4 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -421,6 +421,9 @@ private:
bool InitializeMemoryChecking();
///! Find the running cmake
void FindRunningCMake(const char* arg0);
+
+ ///! Get the current time as string
+ std::string CurrentTime();
};
#endif