[cmake-developers] [CMake 0015588]: New behavior of ExternalProject_Add command
Mantis Bug Tracker
mantis at public.kitware.com
Wed May 27 09:19:11 EDT 2015
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=15588
======================================================================
Reported By: Valerii Kanunik
Assigned To:
======================================================================
Project: CMake
Issue ID: 15588
Category: CMake
Reproducibility: have not tried
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-05-27 09:19 EDT
Last Modified: 2015-05-27 09:19 EDT
======================================================================
Summary: New behavior of ExternalProject_Add command
Description:
ExternalProject_Add provides great functionality but IMO very uncomfortable. The
problem is that command perform all actions on build step and clean command
removes all results.
Is it possible change command behavior (or provide new one for instance
add_subproject) which:
1) Preforms download and configure steps along with configure step of main
project
2) Does not add to clean target all unziped or downloaded files, but adds
additional command (for inctance make clean-all or dist-clean) which does that.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-05-27 09:19 Valerii KanunikNew Issue
======================================================================
More information about the cmake-developers
mailing list