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

Fixes to catch2 includes and macOS build #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

barracuda156
Copy link

This PR fixes the following:

  1. Wrong catch2 headers: the current version of catch2 does not have catch2/catch.hpp (so the build errs out), it should be catch2/catch_all.hpp.
  2. Missing compiler flag for C++17: there are numerous build errors when those are not passed.
  3. Linking on macOS: it currently fails with missing _main symbol (at least for some macOS versions). Fixed.

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.

1 participant