summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetsCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+1
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: Do not generate install target unless some INSTALL or INSTALL_* ↵Brad King2006-08-311-0/+4
| | | | commands have been used. This addresses bug#2827.
* STYLE: fix line lengthKen Martin2006-05-111-2/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* BUG: Fixed relink with new install framework.Brad King2006-02-191-0/+1
|
* ENH: Report an error if the target does not existsAndy Cedilnik2005-12-151-1/+7
|
* ENH: Make install on windows seems to work nowAndy Cedilnik2004-01-271-1/+14
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* removed some includesKen Martin2002-09-271-1/+0
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* added install rulesKen Martin2001-05-231-0/+66