[cmake-developers] FindPkgConfig_Extend-PKG_CONFIG_PATH
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Mon Mar 17 13:27:47 EDT 2014
On 16/03/14 23:49, Christoph Grüninger wrote:
> I'd like to add additional paths for pkg_check_modules similar to
> find_program:
> [PATHS path1 [path2 ... ENV var]]
> Daniele would you mind to add such a feature? Or are there any
> objections if I do it myself?
No objections if you want to add it yourself... I'm just not sure why
would you need such a feature though, pkg_check_modules is more similar
to find_package rather than find_program, you will add paths where
pkg-config will look in order to find the .pc file that points to the
actual installation.
Cheers,
Daniele
More information about the cmake-developers
mailing list