diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index db4c3b4..a66d792 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -352,6 +352,8 @@ public: */ static FileFormat GetFileFormat(const char* ext); + static std::string GetCurrentDateTime(const char* format); + /** * On Windows 9x we need a comspec (command.com) substitute to run * programs correctly. This string has to be constant available |