[cmake-developers] [PATCH] Bug fix: Dylibs inside .framework folders fails in BundleUtilities.cmake.

Brad King brad.king at kitware.com
Mon Feb 8 10:32:11 EST 2016


On 02/07/2016 11:25 AM, Christian Askeland wrote:
> We could reuse the check from gp_item_default_embedded_path(), instead of
> looking at the result from that function:
> 
>  if((item NOT MATCHES "\\.dylib$") AND (item MATCHES "[^/]+\\.framework/"))
> 
> I haven't tested the line above, but can do so tomorrow and post a new patch,
> if it looks reasonable.

Yes, I think that looks good.

Thanks,
-Brad



More information about the cmake-developers mailing list