[CMake] Updating Apple build configurations
authorChris Bieneman <beanz@apple.com>
Tue, 15 Mar 2016 18:27:28 +0000 (18:27 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 15 Mar 2016 18:27:28 +0000 (18:27 +0000)
This updates Apple build configurations to adapt to r263566 & r263570, which added a PACKAGE_VENDOR variable.

llvm-svn: 263571

clang/cmake/caches/Apple-stage2.cmake

index b10fb93..55481db 100644 (file)
@@ -2,7 +2,7 @@
 # specified by the stage1 build.
 
 set(LLVM_TARGETS_TO_BUILD X86 ARM AArch64 CACHE STRING "") 
-set(CLANG_VENDOR Apple CACHE STRING "")
+set(PACKAGE_VENDOR Apple CACHE STRING "")
 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
 set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "")