Notes |
|
(0019275)
|
Luis Ibanez
|
2010-01-22 14:22
|
|
From Brad:
"CMake does a lot of work to follow library dependencies to make sure
everything links. Often this involves duplicating library appearance
on command lines. Generally it is needed for static libraries but
we do it for all libraries because sometimes we do not know whether
a library is static or shared.
This can be addressed, but is non-trivial." |
|
|
(0027611)
|
Craig Scott
|
2011-10-22 01:18
|
|
Would it not work if, when duplicate libraries are listed on the link command line, just keep the last one and remove all earlier ones? The link dependency order would then still be preserved and the duplicate dylib warnings should be eliminated. |
|
|
(0033484)
|
Lachlan Hetherton
|
2013-07-04 23:49
|
|
Has there been any progress on this? Or are there any obvious work-arounds? |
|
|
(0041643)
|
Kitware Robot
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|