ConorWilliams/libfork

Update the doctest version in /test/CMakeLists.txt

ccjeff opened this issue · 3 comments

Hi, when I'm trying to compile the program, I was having the same issue as mentioned in Can't compile with glibc master (future 2.34): SIGSTKSZ is no longer a constant. I was trying to update the doctest version into 2.4.6 but was having this error:
image

Would appreciate it very much if anyone can give me some advice on how to fix this. Thanks!

Ok...It seems like it's still a doctest's problem, change the version to 2.4.7 solves the problem but after fixing the compile problem, the example tests failed with segfault

Thanks for writing this up, will have a look at it when I get the chance

Version 2.0 has moved to Catch2 (v3) which compiles much faster as it is not header only