Fails with the following message in the error case:
CMake Error at /path/to/llvm-project/compiler-rt/lib/tsan/CMakeLists.txt:119 (message): Building the TSan runtime requires at least macOS SDK 10.12
Fixes #44682.
https://bugs.llvm.org/show_bug.cgi?id=44682
@yln Why are you changing this? This is a different piece of functionality and this verbose-ness is also deliberate. Older versions of CMake do not support VERSION_GREATER_EQUAL and so this change will break the build for older CMake versions.