diff --git a/3rdparty/llvm/CMakeLists.txt b/3rdparty/llvm/CMakeLists.txt index 7194533a45..1c9552e322 100644 --- a/3rdparty/llvm/CMakeLists.txt +++ b/3rdparty/llvm/CMakeLists.txt @@ -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)