Skip to content

Tests are broken: catch dependency not found #556

@yurivict

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

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions