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

Fix Boost CMake #226

Merged
merged 2 commits into from
Feb 19, 2019
Merged

Fix Boost CMake #226

merged 2 commits into from
Feb 19, 2019

Conversation

henryiii
Copy link
Collaborator

This should fix two errors related to the optional Optional Boost support. The minimum required version Boost::Optional is 1.61 (older versions do not handle CLI11's lexical cast properly), and if you have an older CMake, the Boost include directory is done correctly now. Fixes #225.

@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #226 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #226   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        2057   2057           
=====================================
  Hits         2057   2057

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c912381...54e5a1f. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #226 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #226   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        2057   2057           
=====================================
  Hits         2057   2057

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c912381...54e5a1f. Read the comment docs.

@henryiii henryiii merged commit 5e0bb1c into master Feb 19, 2019
@henryiii henryiii deleted the henryiii-fixboostcmake branch February 19, 2019 13:08
@henryiii henryiii added this to the v1.8 milestone Feb 28, 2019
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.

Tests fail to build
1 participant