]> granicus.if.org Git - clang/commitdiff
[CMake] Install libcxx-headers as part of the Apple-stage2 distribution
authorChris Bieneman <beanz@apple.com>
Mon, 2 May 2016 22:42:09 +0000 (22:42 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 2 May 2016 22:42:09 +0000 (22:42 +0000)
This installs the clang headers as part of the install-distribution target.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268320 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/caches/Apple-stage2.cmake

index 922f8ec426aeda57362b12601f7ea1a63f74fa15..00ab970bad0ab84e36d9d2ea2a32668da23f4584 100644 (file)
@@ -55,6 +55,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   LTO
   clang-format
   clang-headers
+  libcxx-headers
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")