forked from OSchip/llvm-project
[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple builds
This is just a minor update to the Apple packaging configuration. llvm-svn: 278849
This commit is contained in:
parent
6802eb0868
commit
31cc8b3887
|
@ -3,6 +3,7 @@
|
|||
|
||||
set(LLVM_TARGETS_TO_BUILD X86 ARM AArch64 CACHE STRING "")
|
||||
set(PACKAGE_VENDOR Apple CACHE STRING "")
|
||||
set(CLANG_VENDOR_UTI com.apple.clang 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 "")
|
||||
|
|
Loading…
Reference in New Issue