Following the build documentation causes a fail when building (cmake .. stage) on macOS Catalina.
Resolution is to clone and install Catch2. May be worth adding into build docs as a dependency. Resolved by setting up Catch2
$ git clone https://github.com/catchorg/Catch2
$ cd Catch2
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
cmake .. will then complete and you can continue with the build process.
Following the build documentation causes a fail when building (cmake .. stage) on macOS Catalina.
Resolution is to clone and install Catch2. May be worth adding into build docs as a dependency. Resolved by setting up Catch2
cmake .. will then complete and you can continue with the build process.