Closed bedwardly-down closed 1 month ago
There's no full need to individually check each platform, so use a generic variable provided by CMake to cover a large scope (until specific ones need to be checked for): https://cmake.org/cmake/help/latest/variable/UNIX.html .
All committers have signed the CLA.
Great idea, thanks! I'll merge this once CI completes.
CI failure is sadly expected. It is the result of a toolchain code generation bug. Thank you for the contribution!
There's no full need to individually check each platform, so use a generic variable provided by CMake to cover a large scope (until specific ones need to be checked for): https://cmake.org/cmake/help/latest/variable/UNIX.html .