-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove cmake conditional that could never be true #2618
Conversation
Boost >= 1.67 is required, the check was for boost versions <= 1.66
Thank you for your submission. It will be reviewed soon and submitted for processing in CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending CI, 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
Jenkins Build SummaryBuilt from this commit Built at 20180705 - 22:39:32 Test Results
|
Codecov Report
@@ Coverage Diff @@
## develop #2618 +/- ##
===========================================
- Coverage 70.83% 70.82% -0.02%
===========================================
Files 698 698
Lines 54367 54367
===========================================
- Hits 38510 38504 -6
- Misses 15857 15863 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine, but will be obviated by #2579
@mellery451 - then it can be closed of course once #2579 is merged, it was just something that caught my eye when I was looking over the boost requirement code in CMake. |
Boost >= 1.67 is required, the check was for boost versions <= 1.66