Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable config-only search for Boost (dyninst#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]>
- Loading branch information