Skip to content

Fixes to catch2 includes and macOS build#71

Open
barracuda156 wants to merge 3 commits into
rvarago:masterfrom
barracuda156:catch2
Open

Fixes to catch2 includes and macOS build#71
barracuda156 wants to merge 3 commits into
rvarago:masterfrom
barracuda156:catch2

Conversation

@barracuda156
Copy link
Copy Markdown

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