
This commit adds CMake caches for the various configurations of libc++ that are tested by our build bots. Differential Revision: https://reviews.llvm.org/D81293
4 lines
146 B
CMake
4 lines
146 B
CMake
set(LIBCXX_ENABLE_THREADS OFF CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_THREADS OFF CACHE BOOL "")
|
|
set(LIBCXX_ENABLE_MONOTONIC_CLOCK OFF CACHE BOOL "")
|