summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-07 18:33:38 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-07 18:33:38 (GMT)
commit6f96e32bfd2dcd6fd94e65083da90be99b4f0316 (patch)
treeb216667d3e2a663c2b9ed4191f5dabb1c72ffc57 /Source/cmSystemTools.h
parentefffb7b9791fd19842a745ef09890b0c45a7974f (diff)
parentfdb5f78705f1a603d176a0976c931dd197567ff9 (diff)
downloadCMake-6f96e32bfd2dcd6fd94e65083da90be99b4f0316.zip
CMake-6f96e32bfd2dcd6fd94e65083da90be99b4f0316.tar.gz
CMake-6f96e32bfd2dcd6fd94e65083da90be99b4f0316.tar.bz2
Merge branch 'cpack-remove-temp-dir'
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index ed924dd..da5da31 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -436,6 +436,9 @@ public:
static bool CheckRPath(std::string const& file,
std::string const& newRPath);
+ /** Remove a directory; repeat a few times in case of locked files. */
+ static bool RepeatedRemoveDirectory(const char* dir);
+
private:
static bool s_ForceUnixPaths;
static bool s_RunCommandHideConsole;