cmake LIBCXX_HAS_EXTERNAL_THREAD_API examples

Lewuathe/mlir-hello thirdparty/llvm-project/libcxx/CMakeLists.txt :298

option(LIBCXX_HAS_EXTERNAL_THREAD_API
  "Build libc++ with an externalized threading API.
   This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON." OFF)

Lewuathe/mlir-hello thirdparty/llvm-project/libcxx/CMakeLists.txt :338

message(FATAL_ERROR "LIBCXX_HAS_EXTERNAL_THREAD_API can only be set to ON"
                        " when LIBCXX_ENABLE_THREADS is also set to ON.")

Lewuathe/mlir-hello thirdparty/llvm-project/libcxx/CMakeLists.txt :350

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

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

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

PlatONnetwork/pWASM libc++/libcxx/CMakeLists.txt :202

option(LIBCXX_HAS_EXTERNAL_THREAD_API
  "Build libc++ with an externalized threading API.
   This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON." OFF)

PlatONnetwork/pWASM libc++/libcxx/CMakeLists.txt :266

message(FATAL_ERROR "LIBCXX_HAS_EXTERNAL_THREAD_API can only be set to ON"
                        " when LIBCXX_ENABLE_THREADS is also set to ON.")

PlatONnetwork/pWASM libc++/libcxx/CMakeLists.txt :278

message(FATAL_ERROR "The options LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY and "
                        "LIBCXX_HAS_EXTERNAL_THREAD_API cannot both be ON at "
                        "the same time")

PlatONnetwork/pWASM libc++/libcxx/CMakeLists.txt :283

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

CTSRD-CHERI/cheribsd contrib/subrepo-cheri-libc++/CMakeLists.txt :272

option(LIBCXX_HAS_EXTERNAL_THREAD_API
  "Build libc++ with an externalized threading API.
   This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON." OFF)

CTSRD-CHERI/cheribsd contrib/subrepo-cheri-libc++/CMakeLists.txt :324

message(FATAL_ERROR "LIBCXX_HAS_EXTERNAL_THREAD_API can only be set to ON"
                        " when LIBCXX_ENABLE_THREADS is also set to ON.")

CTSRD-CHERI/cheribsd contrib/subrepo-cheri-libc++/CMakeLists.txt :336

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

CTSRD-CHERI/cheribsd contrib/subrepo-cheri-libc++/CMakeLists.txt :341

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