Re: [CMake] Should CMake use /etc/ld.so.conf.d for find_library's CMAKE_SYSTEM_LIBRARY_PATH?

2011-01-20 Thread James Bigler
On Thu, Jan 20, 2011 at 10:47 AM, Rolf Eike Beer wrote: > > On Thursday 20 January 2011, James Bigler wrote: > > > I'm noticing that on some systems they package the NVIDIA driver into > > > different directories than the driver is typically installed. In > > > order to make stuff link properly

Re: [CMake] Should CMake use /etc/ld.so.conf.d for find_library's CMAKE_SYSTEM_LIBRARY_PATH?

2011-01-20 Thread Rolf Eike Beer
> On Thursday 20 January 2011, James Bigler wrote: > > I'm noticing that on some systems they package the NVIDIA driver into > > different directories than the driver is typically installed.  In > > order to make stuff link properly at run time these non-standard > > locations are added to /etc/ld

Re: [CMake] Should CMake use /etc/ld.so.conf.d for find_library's CMAKE_SYSTEM_LIBRARY_PATH?

2011-01-20 Thread Alexander Neundorf
On Thursday 20 January 2011, James Bigler wrote: > I'm noticing that on some systems they package the NVIDIA driver into > different directories than the driver is typically installed. In order to > make stuff link properly at run time these non-standard locations are added > to /etc/ld.so.conf.d.

[CMake] Should CMake use /etc/ld.so.conf.d for find_library's CMAKE_SYSTEM_LIBRARY_PATH?

2011-01-19 Thread James Bigler
I'm noticing that on some systems they package the NVIDIA driver into different directories than the driver is typically installed. In order to make stuff link properly at run time these non-standard locations are added to /etc/ld.so.conf.d. I'm wondering if there is a reason not to use this info