[CMake] LD_LIBRARY_PATH not used by the linker

Roger Leigh rleigh at codelibre.net
Thu Aug 2 15:06:30 EDT 2018


On 02/08/18 20:03, Ruben Di Battista wrote:

> I'm running cmake on a system where I have module-loaded software such 
> that `LD_LIBRARY_PATH` gets populated by the module (actually I'm using 
> Lmod) function.

LD_LIBRARY_PATH is used by the *runtime* linker, ld.so.  It is not used 
when linking at *build* time, with ld.


Regards,
Roger


More information about the CMake mailing list