Closed juliannz closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d784c91
) 78.90% compared to head (7cb735f
) 78.83%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When I download the latest master branch and try to use KAHYPAR_DOWNLOAD_BOOST
I still run in the same issue and the proposed changes still fix the issue, so did the desired behaviour concerning the precedence of multiple installed versions change in the meantime?
And I didn't find any merge conflicts either...
Rereading the thread of #170, I think you may expect this PR to include the change proposed in my comment but this is not the case. Should I include it?
Rebased to re-trigger the CI. Should be fine to merge when the CI completes
When you use the
KAHYPAR_DOWNLOAD_BOOST
cmake option without an existing boost installation (what seems to be the intended use case to me), cmake fails afterwards becauseBoost::program_options
is not found.With these changes, this is fixed. As a side effect, the download option now precedes both existing installations and the disable option introduced in #170.