From 08956eb168014e72aed6dff54dcdd5607a52aa5e Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Tue, 12 Jun 2018 21:27:36 +0000 Subject: [PATCH] [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 --- cmake/caches/Apple-stage2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") -- 2.40.0