Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Ken Martin
|
6bbc8e9d45
|
does not need a second argument
|
2002-07-19 14:40:49 -04:00 |
Ken Martin
|
44a7cd55ff
|
removed all source lists from the system and made them vectors. Also 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
|
2002-06-27 15:57:09 -04:00 |
Bill Hoffman
|
27fe57b716
|
ENH: change LINK_LIBRARY to add to targets
|
2002-05-02 13:17:10 -04:00 |
Amitha Perera
|
5e1d9ed39e
|
ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any library
generated in this project, even when LIBRARY_OUTPUT_PATH is set.
|
2002-04-28 16:14:21 -04:00 |
Bill Hoffman
|
4591e41a62
|
BUG: add link directories for target link libraries and add a test for it
|
2002-04-19 15:28:43 -04:00 |
Bill Hoffman
|
8aa3c35dad
|
ENH: add suport for semi-colon separated list variables
|
2002-03-06 10:10:46 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Ken Martin
|
237f960c89
|
BUG: added arg0 to link libraries
|
2001-05-08 11:40:47 -04:00 |
Ken Martin
|
2da0c57d46
|
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
2001-04-30 10:44:00 -04:00 |