[cmake-developers] [CMake 0013515]: ExternalProject doesn’t handle .tar.xz
Mantis Bug Tracker
mantis at public.kitware.com
Wed Sep 5 05:28:43 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13515
======================================================================
Reported By: Joke de Buhr
Assigned To:
======================================================================
Project: CMake
Issue ID: 13515
Category: CMake
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-09-05 05:28 EDT
Last Modified: 2012-09-05 05:28 EDT
======================================================================
Summary: ExternalProject doesn’t handle .tar.xz
Description:
ExternalProject doesn’t handle .tar.xz archives.
Cmake however knows how to extract .tar.xz archives. So ExternalProject should
pass arguments to cmake.
Steps to Reproduce:
ExternalProject_Add(libgnutls
URL http://ftp.gnu.org/gnu/gnutls/gnutls-3.1.1.tar.xz
...
)
Additional Information:
Some external projects (like gnutls) do not provide tar.gz or tar.bz2 archives
any more.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-09-05 05:28 Joke de Buhr New Issue
2012-09-05 05:28 Joke de Buhr File Added: ExternalProject.cmake.patch
======================================================================
More information about the cmake-developers
mailing list