Re: [CMake] How to handle find_package inter-dependencies

2014-05-19 Thread Gregor Jasny
Hello, for reference: On 10/03/14 20:53, Gregor Jasny wrote: > I wrote some FindXYZ modules that utilize FindPackageHandleStandardArgs > to find precompiled libraries. Now I have to "find" a library that > itself depends on another library and I wonder what's the recommended > way to do so? > >

[CMake] How to handle find_package inter-dependencies

2014-03-10 Thread Gregor Jasny
Hello, I wrote some FindXYZ modules that utilize FindPackageHandleStandardArgs to find precompiled libraries. Now I have to "find" a library that itself depends on another library and I wonder what's the recommended way to do so? I thought about nesting the find_package calls but then I have the