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
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.
Additional changes:
- Valgrind find module refactored to include a fix for the parent
includedir issue
- Valgrind check moved to global configure checks
- When searching for php executable, suffixes are removed as this would
become too difficult and increases the check time
- HAVE_VALGRIND moved out of find module
- Valgrind imported target needs to be INTERFACE as no library is linked
0 commit comments