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 ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
