cmake: Set LLVM_INCLUDE_BENCHMARKS to OFF

This commit is contained in:
scribam 2019-11-24 11:32:21 +01:00 committed by Ivan
parent f29709105f
commit e735346d26

1
3rdparty/llvm.cmake vendored
View File

@ -5,6 +5,7 @@ if(WITH_LLVM)
set(LLVM_TARGETS_TO_BUILD "X86" CACHE INTERNAL "") set(LLVM_TARGETS_TO_BUILD "X86" CACHE INTERNAL "")
option(LLVM_BUILD_RUNTIME OFF) option(LLVM_BUILD_RUNTIME OFF)
option(LLVM_BUILD_TOOLS OFF) option(LLVM_BUILD_TOOLS OFF)
option(LLVM_INCLUDE_BENCHMARKS OFF)
option(LLVM_INCLUDE_DOCS OFF) option(LLVM_INCLUDE_DOCS OFF)
option(LLVM_INCLUDE_EXAMPLES OFF) option(LLVM_INCLUDE_EXAMPLES OFF)
option(LLVM_INCLUDE_TESTS OFF) option(LLVM_INCLUDE_TESTS OFF)