Re: [CMake] Setting rpath via LDFLAGS environment variable

2020-03-04 Thread Sergei Nikulov
вт, 3 мар. 2020 г. в 07:52, Ray Satiro via CMake : > > I am building libssh with cmake. I have two versions of OpenSSL on my > system and need libssh to use the later version of OpenSSL, which is in > /usr/local/ssl/lib. I need that rpath both before and after install, as > libssh should always use

[CMake] Setting rpath via LDFLAGS environment variable

2020-03-02 Thread Ray Satiro via CMake
I am building libssh with cmake. I have two versions of OpenSSL on my system and need libssh to use the later version of OpenSSL, which is in /usr/local/ssl/lib. I need that rpath both before and after install, as libssh should always use that version of OpenSSL. To do that I've been passing LD