summaryrefslogtreecommitdiffstats
path: root/Modules/UntarFile.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Teach UntarFile to delete dir on errorBrad King2009-07-131-0/+1
| | | | | | When tarball extraction fails we should still cleanup the temporary extraction directory. Otherwise the next attempt will create a new directory and the first one will never be removed.
* ENH: Teach UntarFile to preserve file timestampsBrad King2009-04-291-19/+3
| | | | | | After extracting the tarball in a temporary directory we copy the tree to the destination directory. The 'cmake -E copy_directory' command does not preserve file timestamps, so we use file(COPY) instead.
* BUG: Add debug message calls to figure out ExternalProject test failure on ↵David Cole2009-02-041-0/+4
| | | | AIX dashboard.
* ENH: First draft of add_external_project functionality. Tweaks, dashboard ↵David Cole2008-12-041-0/+94
fixing, more tests and documentation certain to follow as it gets used by others...