Re: [CMake] Confusion with fixup_bundle(..) and RPATH on macOS

2017-05-24 Thread Elvis Stansvik
2017-05-24 15:44 GMT+02:00 Elvis Stansvik : > 2017-05-24 15:23 GMT+02:00 Elvis Stansvik : >> Hi all, >> >> My application consists of an executable (orexplore-insight) and two >> shared libraries (libinsightview and libinsightmodel). >> >> In addition to that, I'm linking against Qt 5.8.0, VTK 8.0.

Re: [CMake] Confusion with fixup_bundle(..) and RPATH on macOS

2017-05-24 Thread Elvis Stansvik
2017-05-24 15:23 GMT+02:00 Elvis Stansvik : > Hi all, > > My application consists of an executable (orexplore-insight) and two > shared libraries (libinsightview and libinsightmodel). > > In addition to that, I'm linking against Qt 5.8.0, VTK 8.0.0.rc1, HDF5 > 1.8.18 and Qwt 6.1.2. > > My goal is t

[CMake] Confusion with fixup_bundle(..) and RPATH on macOS

2017-05-24 Thread Elvis Stansvik
Hi all, My application consists of an executable (orexplore-insight) and two shared libraries (libinsightview and libinsightmodel). In addition to that, I'm linking against Qt 5.8.0, VTK 8.0.0.rc1, HDF5 1.8.18 and Qwt 6.1.2. My goal is to make a self-contained .app bundle (and eventually a .dmg)