Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2020-03-12 00:03:00 +0300
committerLouis Dionne <ldionne@apple.com>2020-03-23 17:51:23 +0300
commitf383fb40b17b6b39b37da588ff3c8a2972c685ad (patch)
treebb00cd7afbf5b429cb063deaf350b9b35f8e5da1 /libcxxabi/src/CMakeLists.txt
parentfdcb27105537f77c78c4473d4f7c47146ddbab69 (diff)
Remove legacy CMake targets for libcxx and libcxxabi
We've been meaning to remove those targets for a while, and the fix is simple enough cause they're all just aliases to other targets. There's no doubt this commit will break some CI systems, however the fix is trivial. Differential Revision: https://reviews.llvm.org/D76104
Diffstat (limited to 'libcxxabi/src/CMakeLists.txt')
-rw-r--r--libcxxabi/src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt
index 965b1e223830..44aa6384e0b7 100644
--- a/libcxxabi/src/CMakeLists.txt
+++ b/libcxxabi/src/CMakeLists.txt
@@ -295,7 +295,4 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND LIBCXXABI_INSTALL_LIBRARY)
-DCMAKE_INSTALL_COMPONENT=cxxabi
-DCMAKE_INSTALL_DO_STRIP=1
-P "${LIBCXXABI_BINARY_DIR}/cmake_install.cmake")
-
- # TODO: This is a legacy target name and should be removed at some point.
- add_custom_target(install-libcxxabi DEPENDS install-cxxabi)
endif()