mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Boost does not set the BOOST_FOUND variable to indicate that the package is found (as it would if it had used the usual routine find_package_handle_standard_args), but rather Boost_FOUND. This patch tests for that condition, and print some more helpful debug messages if a prerequisite is missing.