diff options
author | Brad King <brad.king@kitware.com> | 2009-11-05 17:17:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-05 17:17:08 (GMT) |
commit | 56d4619984f0c87597cff4758184bb14f905470d (patch) | |
tree | 691fb84c77b940bfbee667f2aef283fe5cfc4dda /Tests/CMakeTests/StringTestScript.cmake | |
parent | 9f105a3f6de6036d14e6a7b01a7a8e66d641259c (diff) | |
download | CMake-56d4619984f0c87597cff4758184bb14f905470d.zip CMake-56d4619984f0c87597cff4758184bb14f905470d.tar.gz CMake-56d4619984f0c87597cff4758184bb14f905470d.tar.bz2 |
Remove non-language implicit link dependencies
Some compilers use implicit link options of the form
-lcrt*.o
-lgcc*
-lSystem (on Mac)
-lSystemStubs (on Mac)
that provide system-wide symbols not specific to any language.
These need not be listed explicitly for mixed-language linking.
We teach CMake to remove the above items from the implicit library list
of each language. This change makes it possible to mix GNU compiler
versions in some cases.
Diffstat (limited to 'Tests/CMakeTests/StringTestScript.cmake')
0 files changed, 0 insertions, 0 deletions