r334550 - [CMake][Darwin] Match cxx-headers -> cxx_headers libcxx target rename.

Ahmed Bougacha via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 12 14:27:37 PDT 2018


Author: ab
Date: Tue Jun 12 14:27:36 2018
New Revision: 334550

URL: http://llvm.org/viewvc/llvm-project?rev=334550&view=rev
Log:
[CMake][Darwin] Match cxx-headers -> cxx_headers libcxx target rename.

This was changed in r334477.

Modified:
    cfe/trunk/cmake/caches/Apple-stage2.cmake

Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=334550&r1=334549&r2=334550&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Tue Jun 12 14:27:36 2018
@@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   LTO
   clang-format
   clang-headers
-  cxx-headers
+  cxx_headers
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")
 




More information about the cfe-commits mailing list