diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-05 20:00:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-05 20:00:15 (GMT) |
commit | dd09d880656c71421acfd73776eac92c3f3ef77a (patch) | |
tree | 3465702ff785e584151c8f760d64b4aabe65a2a2 /Source/cmSystemTools.h | |
parent | a01badcc7a8d4813d2eb84923c4e03447745657e (diff) | |
download | CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.zip CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.tar.gz CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.tar.bz2 |
Add JOM support and clean up some of the tar -E stuff
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 679884e..6364870 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -354,13 +354,11 @@ public: /** Create tar */ static bool ListTar(const char* outFileName, - std::vector<cmStdString>& files, bool gzip, bool verbose); static bool CreateTar(const char* outFileName, const std::vector<cmStdString>& files, bool gzip, - bool verbose); - static bool ExtractTar(const char* inFileName, - const std::vector<cmStdString>& files, bool gzip, + bool bzip2, bool verbose); + static bool ExtractTar(const char* inFileName, bool gzip, bool verbose); // This should be called first thing in main // it will keep child processes from inheriting the |