[cmake-developers] [CMake 0012293]: Installing components should install dependencies
Mantis Bug Tracker
mantis at public.kitware.com
Mon Jun 20 17:25:04 EDT 2011
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
======================================================================
More information about the cmake-developers
mailing list