diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-20 20:18:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-20 20:18:22 (GMT) |
commit | 76c377737b14c782a05e8163c935b2b89cde7b7e (patch) | |
tree | 667b8f2df00b67019bc29ca56f4bcfe436cb8463 /Source/cmCTest.h | |
parent | 6d3ba1ed2753de237b467da50bcd5630f758456a (diff) | |
download | CMake-76c377737b14c782a05e8163c935b2b89cde7b7e.zip CMake-76c377737b14c782a05e8163c935b2b89cde7b7e.tar.gz CMake-76c377737b14c782a05e8163c935b2b89cde7b7e.tar.bz2 |
BUG: Encode current time so that on some international computers xslt will not break. Also, for continuous, do not repeat if there were locally modified files or conflict, but only when things actually update
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
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 |