View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015588 | CMake | CMake | public | 2015-05-27 09:19 | 2016-06-10 14:31 | ||||
Reporter | Valerii Kanunik | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | feature | Reproducibility | have not tried | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015588: 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0038915) Valerii Kanunik (reporter) 2015-06-12 04:39 |
A little explanation of what the functionality required. Usually to the project as an external projects adds libraries which do not change, for instance unit test frameworks etc. So it is required build them ones on configure step and forget about them. And then do make all and make clean for your work projects that will change. |
(0042784) Kitware Robot (administrator) 2016-06-10 14:29 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2015-05-27 09:19 | Valerii Kanunik | New Issue | |
2015-06-12 04:39 | Valerii Kanunik | Note Added: 0038915 | |
2015-06-15 08:40 | Brad King | Relationship added | related to 0015611 |
2016-06-10 14:29 | Kitware Robot | Note Added: 0042784 | |
2016-06-10 14:29 | Kitware Robot | Status | new => resolved |
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |