absent icon indicating copy to clipboard operation
absent copied to clipboard

Fixes to catch2 includes and macOS build

Open barracuda156 opened this issue 2 years ago • 0 comments

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.

barracuda156 avatar Jan 04 '23 16:01 barracuda156