Package: trompeloeil-cpp / 43-3

Metadata

Package Version Patches format
trompeloeil-cpp 43-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use proper catch.diff | (download)

test/compiling_tests.cpp | 2 1 + 1 - 0 !
test/compiling_tests_11.cpp | 2 1 + 1 - 0 !
test/compiling_tests_14.cpp | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use catch2 header from the archive
 This patch replaces <catch.hpp> with <catch2/catch.hpp> as debian ships it this way.
allow offline build.diff | (download)

CMakeLists.txt | 21 0 + 21 - 0 !
1 file changed, 21 deletions(-)

 allow fully offline build
 This patch allows a full offline build. This failed previously as CMakelists.txt didn't check for the archive version of catch2.