On 2023-10-31 15:31 +0100, Martin Budaj wrote:
>    Thanks, I'll check it out in a week or so.
>    Martin

We are not the only ones with this problem.
This bug: #1054706
and this thread on debian-mentors: 
https://lists.debian.org/debian-mentors/2023/11/msg00078.html
are helpful.

Apparently catch2 changed the headers, but then catch 3 changed them
back but required a statically-linked library.

It looks like moving to catch3 and adding:
target_link_libraries(test PRIVATE Catch2::Catch2WithMain)
in the test targets should do the trick. 

More info at 
https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md

Wookey
-- 
Principal hats:  Debian, Wookware, ARM
http://wookware.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to