Unix: Fix CMake detection and setup of sigaltstack

This commit is contained in:
Jonathan G Rennison
2023-08-13 23:29:34 +01:00
parent 644d2632f8
commit 1ec2ed937f
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ check_cxx_source_compiles("
sigaltstack(&ss, nullptr);
return 0;
}"
SIGALTSTACK
SIGALTSTACK_FOUND
)
if (SIGALTSTACK_FOUND)