Re: [CMake] Find scripts and dependent libraries

2009-04-22 Thread Adolfo Rodríguez
I would be definitely interested in FindACE and FindTAO scripts, and although I currently don't have much spare time, I'd be happy to contribute with whatever I can to the writing of such scripts. I currently use the LibFindMacros.cmake script posted here [1], but I'm considering moving to the FIND

Re: [CMake] Find scripts and dependent libraries

2009-04-21 Thread Alexander Neundorf
On Tuesday 21 April 2009, Gregory Peele ARA/CFD wrote: > I have a question about the expected behavior of Find scripts when a found > library or program has transitive linking dependencies on other shared > libraries that are not available on the system library path, but visible to > Find scripts b

[CMake] Find scripts and dependent libraries

2009-04-21 Thread Gregory Peele ARA/CFD
I have a question about the expected behavior of Find scripts when a found library or program has transitive linking dependencies on other shared libraries that are not available on the system library path, but visible to Find scripts because of the CMake search paths. I'm using GCC 4.2 on Lin