Reset broken LLCM_CCACHE_BUILD change

This commit is contained in:
Ivan Chikish 2023-08-02 13:39:25 +03:00 committed by Ivan
parent 9ad7c8e95b
commit 15e2ec2cf0
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ if(WITH_LLVM)
option(LLVM_INCLUDE_TESTS OFF)
option(LLVM_INCLUDE_TOOLS OFF)
option(LLVM_INCLUDE_UTILS OFF)
# we globally enable ccache
set(LLVM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build")
option(LLVM_CCACHE_BUILD ON)
if(WIN32)
set(LLVM_USE_INTEL_JITEVENTS ON)