Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fail under Linux #41

Open
dov opened this issue Oct 9, 2022 · 0 comments
Open

Compilation fail under Linux #41

dov opened this issue Oct 9, 2022 · 0 comments

Comments

@dov
Copy link

dov commented Oct 9, 2022

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant