From: Ahmed Bougacha Date: Tue, 12 Jun 2018 21:27:36 +0000 (+0000) Subject: [CMake][Darwin] Match cxx-headers -> cxx_headers libcxx target rename. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08956eb168014e72aed6dff54dcdd5607a52aa5e;p=clang [CMake][Darwin] Match cxx-headers -> cxx_headers libcxx target rename. This was changed in r334477. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake index c7f3f04b42..3b80b5f407 100644 --- a/cmake/caches/Apple-stage2.cmake +++ b/cmake/caches/Apple-stage2.cmake @@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS LTO clang-format clang-headers - cxx-headers + cxx_headers ${LLVM_TOOLCHAIN_TOOLS} CACHE STRING "")