Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 77c6fd6783c6f4a7987d77e666ecacf9ba8e85a4
https://github.com/dyninst/dyninst/commit/77c6fd6783c6f4a7987d77e666ecacf9ba8e85a4
Author: Jonathon Anderson <17242663+blue42u@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M .github/workflows/pr-tests.yaml
M cmake/DyninstConfig.cmake.in
Log Message:
-----------
Fix DyninstConfig for Debian multiarch installs (#1805)
Currently in some scenarios (e.g. Debian multiarch), the generated
`DyninstConfig.cmake` is unable to find the matching include directory
to set the legacy `DYNINST_INCLUDE_DIR` variable. This error appears in
the CMake process of any user using a Dyninst installed as such. Using
the `PATH_VARS` of `configure_package_config_file()` supports these
install schemes while still permitting relocation in the install prefix.
Signed-off-by: Jonathon Anderson <anderson.jonathonm@xxxxxxxxx>
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|