Skip to content

Commit 923fef9

Browse files
authored
[libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (#111824)
This hasn't been used for several years, so it's effectively dead code at this point.
1 parent bd12729 commit 923fef9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxxabi/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ if (NOT LIBCXXABI_ENABLE_SHARED AND NOT LIBCXXABI_ENABLE_STATIC)
131131
message(FATAL_ERROR "libc++abi must be built as either a shared or static library.")
132132
endif()
133133

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-
139134
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT OFF)
140135
if (WIN32)
141136
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT ON)

0 commit comments

Comments
 (0)