Brad King wrote: > The problem is created only on Mac. It is when CMake constructs the > install_name_tool call for target 'bar' to try to map the install_name > embedded in 'bar' to look for 'foo'. The code that does this > incorrectly assumes 'foo' is a non-imported target. I'm looking into a fix.
Okay, the solution is to just ignore imported targets to which 'bar' links. Their install_name will not change anyway. /cvsroot/CMake/CMake/Source/cmInstallTargetGenerator.cxx,v <-- Source/cmInstallTargetGenerator.cxx new revision: 1.67; previous revision: 1.66 We'll include this in the 2.6 branch. -Brad _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
