Re: [CMake] Problem with fixup bundle and duplicate change commands on macOS

2017-06-23 Thread Luis Caro Campos
Hi Lukas, Could you provide some details? Please do correct me if any of my assumptions are wrong. You are calling FIXUP_BUNDLE on an executable created this way: add_executable(MyAppName MACOSX_BUNDLE ...), and you need are calling FIXUP_BUNDLE so that the 3rd party library dependencies are pul

[CMake] Problem with fixup bundle and duplicate change commands on macOS

2017-06-22 Thread Schulte, Lukas
Hey guys, So I’m trying to use fixup_bundle for our software, and for a reason that I can’t wrap my head around executing fixup_bundle results in a call to install_name_tool where in the changes variable some commands are duplicate (in my case, double deletion of an rpath during fixing up of so