On 28-Sep-16 23:34, Brad King wrote:
On 09/28/2016 04:09 PM, Ruslan Baratov via cmake-developers wrote:
` -Wl,-rpath,` to CMAKE_EXE_LINKER_FLAGS.
That adds it in a way that hides its presence from CMake. CMake has its
own way to specify RPATH entries in the build tree. It will replace the
bui
On 09/28/2016 04:09 PM, Ruslan Baratov via cmake-developers wrote:
> ` -Wl,-rpath,` to CMAKE_EXE_LINKER_FLAGS.
That adds it in a way that hides its presence from CMake. CMake has its
own way to specify RPATH entries in the build tree. It will replace the
build-tree-only entries with install-tree
Hi,
I want to link the library to all executables in project so I'm adding
` -Wl,-rpath,` to CMAKE_EXE_LINKER_FLAGS. That works
fine however after install step this RPATH was not removed and full path
to remains as part of executable in LC_RPATH. As far as I
understand there is no such varia