[cmake-developers] fix-OSX-bundle-rpaths-and-Qt5 topic

Brad King brad.king at kitware.com
Mon Oct 6 11:00:33 EDT 2014


On 10/06/2014 10:36 AM, Adam Strzelecki wrote:
>> Sure, I think it would be good to require 10.6.
> 
> Moreover I believe nobody nowadays builds for 10.5 on 10.5.

Perhaps no one has to build that way for deployment but there could
still be people just building for their own host as the only computer
they have.  The fact that our dashboard reported this problem means
we are testing that case.

Clinton, I don't have a 10.5 machine anymore and the test is failing
on yours.  Please take whatever action you feel is appropriate to
resolve the test failure on that machine.  This could mean either
disabling rpath altogether on 10.5 or changing the new hunk:

> +  foreach(rpath ${${ikey}_RPATHS})
> +    set(changes ${changes} -delete_rpath "${rpath}")
> +  endforeach()

to warn and skip removal when hosted on 10.5.  Or another option you
find.

This needs to be resolved in the next day or two or the topic won't
be in CMake 3.1.

Thanks,
-Brad




More information about the cmake-developers mailing list