Re: [CMake] Install rpath handling for iOS frameworks [solved-ish]

2017-10-20 Thread clinton
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

Re: [CMake] Install rpath handling for iOS frameworks [solved-ish]

2017-10-20 Thread Robert Bielik
> 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: >

Re: [CMake] Install rpath handling for iOS frameworks

2017-10-19 Thread Robert Bielik
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

Re: [CMake] Install rpath handling for iOS frameworks

2017-10-19 Thread Robert Bielik
: [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

[CMake] Install rpath handling for iOS frameworks

2017-10-19 Thread Robert Bielik
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