Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -6/+0 | |
| | ||||||
* | Add some error checking for missing include directories and link libraries | Andy Cedilnik | 2003-01-30 | 1 | -0/+6 | |
| | ||||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -5/+3 | |
| | | | | 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 King | 2002-10-23 | 1 | -3/+3 | |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | |||||
* | does not need a second argument | Ken Martin | 2002-07-19 | 1 | -1/+7 | |
| | ||||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -1/+2 | |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | |||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -2/+2 | |
| | ||||||
* | ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any library | Amitha Perera | 2002-04-28 | 1 | -0/+4 | |
| | | | | generated in this project, even when LIBRARY_OUTPUT_PATH is set. | |||||
* | BUG: add link directories for target link libraries and add a test for it | Bill Hoffman | 2002-04-19 | 1 | -1/+12 | |
| | ||||||
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -2/+4 | |
| | ||||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 | |
| | ||||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 | |
| | | | | avoid changes to the file cache | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 | |
| | ||||||
* | BUG: added arg0 to link libraries | Ken Martin | 2001-05-08 | 1 | -2/+3 | |
| | ||||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -0/+76 | |
libraries to link against |