Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: fb3666eff57951967e0176603e71dd8efdd1a508
https://github.com/dyninst/dyninst/commit/fb3666eff57951967e0176603e71dd8efdd1a508
Author: Jonathon Anderson <17242663+blue42u@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: 2024-11-02 (Sat, 02 Nov 2024)
Changed paths:
M cmake/tpls/DyninstBoost.cmake
Log Message:
-----------
Disable config-only search for Boost (#1804)
Using the `HINTS` syntax for `find_package` forces a config-only search
for Boost (i.e. BoostConfig.cmake). Some notable distros, specifically
RHEL 9.x, have a new enough Boost but do not include BoostConfig.cmake
which breaks the build. Removing this syntax instead uses the
FindBoost.cmake shipped with CMake which works in more scenarios and for
older versions of Boost.
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
|