Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵ | Brad King | 2006-04-13 | 1 | -1/+2 |
| | | | | script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first. | ||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -0/+36 |
creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. |