Re: Help with catch2 transition needed

2023-11-07 Thread Andreas Tille
Am Tue, Nov 07, 2023 at 01:55:49PM - schrieb Sune Vuorela: > target_link_libraries(test PRIVATE Catch2::Catch2WithMain) Thanks a lot. This was exactly the hint I needed. Kind regards Andreas. -- http://fam-tille.de

Re: Help with catch2 transition needed

2023-11-07 Thread Jerome BENOIT
Hi, you may want to see #1054706. Best wishes, Jerome On 07/11/2023 14:18, Andreas Tille wrote: Hi, as per bug #1054707 libodsstream failed to build from source due to /<>/test/test_ods.cpp:3:10: fatal error: catch2/catch.hpp: No such file or directory 3 | #include |

Re: Help with catch2 transition needed

2023-11-07 Thread Sune Vuorela
On 2023-11-07, Andreas Tille wrote: > I noticed that catch2 does not contain the header file catch.hpp any > more. There is now some catch_all.hpp. So I replaced this header file > in a patch[1] but obviously this problem can't be solved by pure wild > guessing since this has lead to > >/us

Re: Help with catch2 transition needed

2023-11-07 Thread Andreas Tille
Hi Petr, Am Tue, Nov 07, 2023 at 02:41:00PM +0100 schrieb Petr Kubánek: > catch2 is a bit complicated story. Look on GitHub, unfortunately catch2 v2.x > changed headers, just for catch2 v3.x to change it back. Best is to use catch2 > v3.x, but that comes with a static library you need to link ASIK

Re: Help with catch2 transition needed

2023-11-07 Thread Petr Kubánek
Hi Andreas,catch2 is a bit complicated story. Look on GitHub, unfortunately catch2 v2.x changed headers, just for catch2 v3.x to change it back. Best is to use catch2 v3.x, but that comes with a static library you need to link ASIK.PetrDne 7. 11. 2023 14:18 napsal uživatel Andreas Tille :Hi, as

Help with catch2 transition needed

2023-11-07 Thread Andreas Tille
Hi, as per bug #1054707 libodsstream failed to build from source due to /<>/test/test_ods.cpp:3:10: fatal error: catch2/catch.hpp: No such file or directory 3 | #include | ^~ compilation terminated. I noticed that catch2 does not contain the header file c