Skip to content

Catch2 dependency issue when building #535

@steven-pearson

Description

@steven-pearson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions