Skip to content

Commit

Permalink
[libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (llv…
Browse files Browse the repository at this point in the history
…m#111824)

This hasn't been used for several years, so it's effectively dead code
at this point.
  • Loading branch information
ldionne authored and DanielCChen committed Oct 16, 2024
1 parent 3b7492d commit 6246921
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcxxabi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ if (NOT LIBCXXABI_ENABLE_SHARED AND NOT LIBCXXABI_ENABLE_STATIC)
message(FATAL_ERROR "libc++abi must be built as either a shared or static library.")
endif()

# TODO: Remove this, which shouldn't be necessary since we know we're being built
# side-by-side with libc++.
set(LIBCXXABI_LIBCXX_INCLUDES "" CACHE PATH
"Specify path to libc++ includes.")

set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT OFF)
if (WIN32)
set(LIBCXXABI_HERMETIC_STATIC_LIBRARY_DEFAULT ON)
Expand Down

0 comments on commit 6246921

Please sign in to comment.