Unix: Fix CMake detection and setup of sigaltstack
This commit is contained in:
@@ -11,7 +11,7 @@ check_cxx_source_compiles("
|
||||
sigaltstack(&ss, nullptr);
|
||||
return 0;
|
||||
}"
|
||||
SIGALTSTACK
|
||||
SIGALTSTACK_FOUND
|
||||
)
|
||||
|
||||
if (SIGALTSTACK_FOUND)
|
||||
|
Reference in New Issue
Block a user