Re: [CMake] [Config-file Package] The best practice of finding package dependencies?

2017-06-22 Thread P F via CMake
> On Jun 20, 2017, at 10:46 PM, Konstantin Podsvirov > wrote: > > Hello community! > > I want to give a little discussion :) > > If I export a package containing several targets. > And these target are publicly linked to the targets imported from another > package.

[CMake] [Config-file Package] The best practice of finding package dependencies?

2017-06-20 Thread Konstantin Podsvirov
Hello community! I want to give a little discussion :) If I export a package containing several targets. And these target are publicly linked to the targets imported from another package. Where is the best place to look for package dependencies? I assume the following options: - In the