| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
AIX dashboard.
|
|
fixing, more tests and documentation certain to follow as it gets used by others...
|