summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-12-08 21:50:32 +0000
committerShoaib Meenai <smeenai@fb.com>2017-12-08 21:50:32 +0000
commita75f2f1e3c2122e7eb077832b065260c963f018f (patch)
tree7e7444050f8b70f314bc2fa9573f7d012ae2f967
parent8148a70b20eb4fa98cafc92f0d4dd6b908951978 (diff)
[libc++] Unbreak Apple buildbots
These buildbots are using the deprecated target name install-libcxx-headers instead of the more up to date install-cxx-headers, so I need to add an install-libcxx-headers-stripped target to satisfy them. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@320201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 6b1383fd6..b98e09260 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -63,6 +63,7 @@ if (LIBCXX_INSTALL_HEADERS)
add_custom_target(libcxx-headers)
add_custom_target(install-libcxx-headers DEPENDS install-cxx-headers)
+ add_custom_target(install-libcxx-headers-stripped DEPENDS install-cxx-headers-stripped)
endif()
endif()