We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef29f82 commit d7d2f7fCopy full SHA for d7d2f7f
conanfile.py
@@ -62,6 +62,10 @@ def configure(self):
62
if self.settings.os == 'Linux':
63
self.options['mimalloc'].override = True
64
65
+ # Disable Catch2 version 3.x.x signaling handling on WASM
66
+ if self.settings.os == 'Emscripten':
67
+ self.options['catch2'].no_posix_signals = True
68
+
69
self.options['boost'].asio_no_deprecated = True
70
71
# Disable building unused boost components
0 commit comments