Skip to content

Tests are broken: catch dependency not found #556

Description

@yurivict

Two versions of the Catch package are available:

catch-2.13.10_1                Header-only test framework for C++
catch2-3.13.0                  Test framework for C++ (3.x series)

However, both of them aren't found by restbed:
catch:

-- Found Catch2 include at: /usr/local/include
CMake Error at cmake/Findcatch.cmake:13 (message):
  Failed to locate Catch2 dependency.
Call Stack (most recent call first):
  CMakeLists.txt:109 (find_package)

FindCatch.cmake is not needed.
simple find_package(Catch2 REQUIRED) finds it.

Version: 5.0.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions