You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, -DLIBCXX_LIBRARY_VERSION=x.y will result in the library being named
210
210
libc++.x.y.dylib, along with the usual symlinks pointing to that. On Apple platforms,
211
211
this also controls the linker's 'current_version' property.")
212
-
set(LIBCXX_ABI_NAMESPACE "__${LIBCXX_ABI_VERSION}"CACHESTRING"The inline ABI namespace used by libc++. It defaults to __n where `n` is the current ABI version.")
set(LIBCXX_ABI_NAMESPACE "${default_abi_namespace}"CACHESTRING"The inline ABI namespace used by libc++. It defaults to __n where `n` is the current ABI version.")
213
217
if (NOT LIBCXX_ABI_NAMESPACE MATCHES"__.*")
214
218
message(FATAL_ERROR "LIBCXX_ABI_NAMESPACE must be a reserved identifier, got '${LIBCXX_ABI_NAMESPACE}'.")
0 commit comments