cmake LIBCXXABI_HAS_PTHREAD_API examples

Lewuathe/mlir-hello thirdparty/llvm-project/libcxxabi/CMakeLists.txt :62

option(LIBCXXABI_HAS_PTHREAD_API "Ignore auto-detection and force use of pthread API" OFF)

Lewuathe/mlir-hello thirdparty/llvm-project/libcxxabi/CMakeLists.txt :355

message(FATAL_ERROR "LIBCXXABI_HAS_PTHREAD_API can only"
                        " be set to ON when LIBCXXABI_ENABLE_THREADS"
                        " is also set to ON.")

Lewuathe/mlir-hello thirdparty/llvm-project/libcxxabi/CMakeLists.txt :374

message(FATAL_ERROR "The options LIBCXXABI_HAS_EXTERNAL_THREAD_API"
                        " and LIBCXXABI_HAS_PTHREAD_API cannot be both"
                        " set to ON at the same time.")

Lewuathe/mlir-hello thirdparty/llvm-project/libcxxabi/CMakeLists.txt :387

message(FATAL_ERROR "The options LIBCXXABI_HAS_PTHREAD_API"
            "and LIBCXXABI_HAS_WIN32_THREAD_API cannot be both"
            "set to ON at the same time.")