delaunator-cpp icon indicating copy to clipboard operation
delaunator-cpp copied to clipboard

Compilation fail under Linux

Open dov opened this issue 3 years ago • 0 comments

The following fix is needed to compile under a recent Linux (Fedora 36):

modified   test/main.test.cpp
@@ -1,2 +1,3 @@
 #define CATCH_CONFIG_MAIN
+#define CATCH_CONFIG_NO_POSIX_SIGNALS
 #include <catch.hpp>

dov avatar Oct 09 '22 05:10 dov