Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: fb3666eff57951967e0176603e71dd8efdd1a508
      
https://github.com/dyninst/dyninst/commit/fb3666eff57951967e0176603e71dd8efdd1a508
  Author: Jonathon Anderson <[email protected]>
  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 <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/dyninst/dyninst/settings/notifications
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to