Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to set Boost_NO_BOOST_CMAKE. #687

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Feb 10, 2023

Forcing Boost_NO_BOOST_CMAKE=On was reported to cause build failure in:
#685

This commit keeps the current default, but respects the users choice.

Forcing `Boost_NO_BOOST_CMAKE=On` was reported to cause build failure
in:
#685

This commit keeps the current default, but respects the users choice.
@1uc
Copy link
Collaborator Author

1uc commented Feb 10, 2023

Looking over the various CMake code, I feel it's in need of a general overhaul. Therefore, I prefer the solution that tries to avoid potentially breaking build systems twice in a row.

@codecov-commenter
Copy link

Codecov Report

Merging #687 (1f9b828) into master (d95cb55) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #687   +/-   ##
=======================================
  Coverage   81.16%   81.16%           
=======================================
  Files          67       67           
  Lines        4151     4151           
=======================================
  Hits         3369     3369           
  Misses        782      782           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alkino alkino linked an issue Feb 15, 2023 that may be closed by this pull request
@alkino alkino merged commit 4d29dee into master Feb 15, 2023
@alkino alkino deleted the 1uc/fix-boost-no-cmake branch February 15, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boost_NO_BOOST_CMAKE TRUE
4 participants