Ken Martin
daa6d2bc04
ENH: updated handling of debug and optimized target link libraries
19 years ago
Ken Martin
cac30b5ff8
STYLE: fix line length
19 years ago
Ken Martin
3d96e52261
STYLE: some m_ to this-> cleanup
20 years ago
Bill Hoffman
89e5fc63fe
STYLE: fix line lengths
20 years ago
Brad King
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
fix many bugs related to target names being computed inconsistently.
- Centralized computation of a target's file name to a method in
cmTarget. Now that global knowledge is always available the
*_CMAKE_PATH cache variables are no longer needed.
- Centralized computation of link library command lines and link
directory search order.
- Moved computation of link directories needed to link CMake targets
to be after evaluation of linking dependencies.
This also removed alot of duplicate code in which each version had its
own bugs.
This commit is surrounded by the tags
CMake-TargetNameCentralization1-pre
and
CMake-TargetNameCentralization1-post
so make the large set of changes easy to identify.
20 years ago
Brad King
e3edb83c51
BUG: Fixed crash when optimized/debug argument is not followed by a value.
21 years ago
Andy Cedilnik
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
22 years ago
Andy Cedilnik
1e62f2392c
ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about dependency problems
22 years ago
Andy Cedilnik
6c65c77d35
ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work
22 years ago
Bill Hoffman
f58d7df66a
ENH: add checking for NOTFOUND
23 years ago
Andy Cedilnik
6b228ff924
Add some error checking for missing include directories and link libraries
23 years ago
Brad King
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
23 years ago
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.
23 years ago
Ken Martin
6bbc8e9d45
does not need a second argument
23 years ago
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
23 years ago
Bill Hoffman
27fe57b716
ENH: change LINK_LIBRARY to add to targets
24 years ago
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.
24 years ago
Bill Hoffman
4591e41a62
BUG: add link directories for target link libraries and add a test for it
24 years ago
Bill Hoffman
8aa3c35dad
ENH: add suport for semi-colon separated list variables
24 years ago
Will Schroeder
a6a43d5320
ENH:Updated copyright
24 years ago
Bill Hoffman
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
24 years ago
Bill Hoffman
9922155423
ENH: rename Invoke to InitialPass
24 years ago
Ken Martin
237f960c89
BUG: added arg0 to link libraries
25 years ago
Ken Martin
2da0c57d46
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
25 years ago
Will Schroeder
54cfe84f3f
ENH:New copyright
25 years ago
Ken Martin
41e1270413
support for debug and opt libraries
25 years ago
Will Schroeder
658614ff6a
ENH:Reworked CMake for consistency
25 years ago
Will Schroeder
0ce5ac760b
ENH:Documentation and cleanups
25 years ago
Bill Hoffman
c54a05bfc7
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files.
25 years ago