summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* 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