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 9099844..d183cae 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -150,6 +150,8 @@ public: ///! Copy a file. static bool cmCopyFile(const char* source, const char* destination); + static bool CopyFileIfDifferent(const char* source, + const char* destination); /** * Run an executable command and put the stdout in output. |