The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12293 ====================================================================== Reported By: Stephen Kelly Assigned To: ====================================================================== Project: CMake Issue ID: 12293 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2011-06-20 17:25 EDT Last Modified: 2011-06-20 17:25 EDT ====================================================================== Summary: Installing components should install dependencies Description: In Grantlee I have a Common component and a Textdocument component and a Templates component.
The Templates and Textdocument components both depend on the Common component. https://gitorious.org/grantlee/grantlee/blobs/0.1/CMakeLists.txt When I run cmake -DCOMPONENT=Templates -P cmake_install.cmake the Templates COMPONENT is installed, but not the Common component. Reading the generated cmake_install.cmake file, this dependency installation seems to indeed not be implemented, but it looks possible to implement. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-06-20 17:25 Stephen Kelly New Issue ====================================================================== _______________________________________________ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers