View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015588CMakeCMakepublic2015-05-27 09:192016-06-10 14:31
ReporterValerii Kanunik 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015588: New behavior of ExternalProject_Add command
DescriptionExternalProject_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.
TagsNo tags attached.
Attached Files

 Relationships
related to 0015611closedKitware Robot ExternalProject_Add and find_package commands 

  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.

 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


Copyright © 2000 - 2018 MantisBT Team