summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-121-3/+3
|
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: LOAD_COMMAND command will now set a variable called ↵Brad King2005-02-221-1/+5
| | | | CMAKE_LOADED_COMMAND_<COMMAND_NAME> to the full path of the loaded module if loading was successful. Otherwise the variable is not set (will evaluate to empty string). This is useful both in testing whether loading worked and for installing loaded command modules.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-2/+6
|
* 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.
* adding plugin supportKen Martin2002-08-211-0/+78