
This was suggested during the review of https://github.com/llvm/llvm-project/pull/89413 This does not change the experimental state of modules.
3 lines
119 B
CMake
3 lines
119 B
CMake
set(LIBCXX_TEST_PARAMS "std=c++20" CACHE STRING "")
|
|
set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")
|