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?
>
>
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