summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/InstallScript1.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵Brad King2006-04-131-0/+3
| | | | 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: Added INSTALL command as a placeholder for a future generic install ↵Brad King2006-02-101-0/+2
specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.