You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
* Using HINTS instead of PATHS in find modules
When pkg-config is utilized in find modules, the HINTS has precedence over
PATHS. Meaning, pkg-config result is tried first and then system or default
paths. And when <PackageName>_ROOT or CMAKE_PREFIX_PATH are set they have
precedence over pkg-config.
* Enabled version ranges handling in find modules
* Valgrind:
* Valgrind find module refactored to include a fix for the parent includedir
issue.
* Valgrind's HAVE_VALGRIND variable moved to global configure checks as it is
more related to the code usage than the find module itself and to have more
standardized find module.
* Valgrind imported target needs to be INTERFACE as no library is linked.
* When searching for php executable, suffixes are removed as this would become
too difficult and increases the check time.
* <PackageName>_INCLUDE_DIRS used for appending INTERFACE_INCLUDE_DIRECTORIES.
* LDAP module now has components
* `<PackageName>_INCLUDE_DIRS` used in most targets to append
INTERFACE_INCLUDE_DIRECTORIES
* Testing better places for find module sanity checks
* Updated Markdown headers
* s/pkgconf/pkg-config/ for easier understanding
0 commit comments