We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12729 commit 923fef9Copy full SHA for 923fef9
libcxxabi/CMakeLists.txt
@@ -131,11 +131,6 @@ if (NOT LIBCXXABI_ENABLE_SHARED AND NOT LIBCXXABI_ENABLE_STATIC)
131
message(FATAL_ERROR "libc++abi must be built as either a shared or static library.")
132
endif()
133
134
-# TODO: Remove this, which shouldn't be necessary since we know we're being built
135
-# side-by-side with libc++.
136
-set(LIBCXXABI_LIBCXX_INCLUDES "" CACHE PATH
137
- "Specify path to libc++ includes.")
138
-
139
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT OFF)
140
if (WIN32)
141
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT ON)
0 commit comments