Re: [CMake] Removing RPATH from existing binaries

2019-01-07 Thread Alexander Neundorf
On 2019 M01 5, Sat 08:06:31 CET Federico Milano wrote: > Hi. When packaging my application, I'm using install (FILES...) to copy > some third party executables to my binary folder. > > 1. I do not know if I'm doing it right or if I should use install > (PROGRAMS...) > 2. Some of the binaries have

[CMake] Removing RPATH from existing binaries

2019-01-05 Thread Federico Milano
Hi. When packaging my application, I'm using install (FILES...) to copy some third party executables to my binary folder. 1. I do not know if I'm doing it right or if I should use install (PROGRAMS...) 2. Some of the binaries have a RPATH, and I want to remove it. Is there any CMake