summaryrefslogtreecommitdiffstats
path: root/cmake/caches
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-02 22:43:23 +0000
committerChris Bieneman <beanz@apple.com>2016-05-02 22:43:23 +0000
commitadeb741e4ef2208282d408214f045b0ce284645a (patch)
tree5285d0f25c7ac586cfeac5b0f7eff6316aba3c21 /cmake/caches
parent47e2e614ab54a6ec834d20d5a3582895b1568a7b (diff)
[CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmake
This enables installing the libcxx headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/caches')
-rw-r--r--cmake/caches/Apple-stage2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake
index 00ab970bad..3679f5b2a2 100644
--- a/cmake/caches/Apple-stage2.cmake
+++ b/cmake/caches/Apple-stage2.cmake
@@ -34,7 +34,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRIN
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
-set(LIBCXX_INSTALL_HEADERS OFF CACHE BOOL "")
+set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
set(LLVM_LTO_VERSION_OFFSET 3000 CACHE STRING "")