On 01/18/2011 at 20:54, Alexander Neundorf wrote:
> On Monday 13 December 2010, Johannes Zarl wrote:
>> The three FPHSA calls from above could be written using this syntax as:
>> FPHSA(XXX REQUIRED_VARS XXX_LIBRARY XXX_INCLUDE_DIR
>> COMPONENTS
>> COMPONENT YYY XXX_YYY_LIBRARY XXX_YYY_INC
On Monday 13 December 2010, Johannes Zarl wrote:
> Hello list,
>
> During a recent discussion about find_package modules and components,
> the question came up how to best use FindPackageHandleStandardArgs
> (FPHSA) with components.
>
> One solution that currently works is to call FPHSA several tim
Hello list,
During a recent discussion about find_package modules and components,
the question came up how to best use FindPackageHandleStandardArgs
(FPHSA) with components.
One solution that currently works is to call FPHSA several times with
the qualified component name as "package name":
# Ha