rom: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Robert
>> Bielik
>> Sent: den 20 oktober 2017 08:32
>> To: Cmake@cmake.org
>> Subject: Re: [CMake] Install rpath handling for iOS frameworks
>>
>> Running 3.9.4 I see that behavior related to RPATH on mac
> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Robert
> Bielik
> Sent: den 20 oktober 2017 08:32
> To: Cmake@cmake.org
> Subject: Re: [CMake] Install rpath handling for iOS frameworks
>
> Running 3.9.4 I see that behavior related to RPATH on macOS has changed:
>
e anything.
>
> /R
>
> > -Original Message-
> > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Robert
> > Bielik
> > Sent: den 19 oktober 2017 16:09
> > To: Cmake@cmake.org
> > Subject: [CMake] Install rpath handling f
: [CMake] Install rpath handling for iOS frameworks
>
> I'm trying to package an iOS framework, and with the target setting:
>
> XCODE_ATTRIBUTE_LD_DYLIB_INSTALL_NAME
> "@rpath/$(EXECUTABLE_PATH)"
>
> I get the framework built nicely. otool -L dummy.framework
I'm trying to package an iOS framework, and with the target setting:
XCODE_ATTRIBUTE_LD_DYLIB_INSTALL_NAME "@rpath/$(EXECUTABLE_PATH)"
I get the framework built nicely. otool -L dummy.framework/dummy shows
@rpath/dummy.framework/dummy
Just as it should. Now I have a install directive:
insta