summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/InstallScript2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added INSTALL(CODE) mode to allow inline specification of install ↵Brad King2006-04-131-0/+5
| | | | 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: Add additional subdirectory to improve testing and to allow cleanup ↵Andy Cedilnik2006-03-081-1/+1
| | | | when testing cpack
* ENH: Added INSTALL command as a placeholder for a future generic install ↵Brad King2006-02-101-0/+9
specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.