Weird cmake 'errors'
Brad King
brad.king at kitware.com
Tue Nov 25 22:50:27 CET 2008
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
More information about the Kde-buildsystem
mailing list