Skip to content

Commit b6f8d4d

Browse files
committed
[interpreter] Update expected LLVM version number to 22
Similar to: 18c930a This is needs to be kept in sync for building with `builtin_llvm=OFF`.
1 parent 99bba46 commit b6f8d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (NOT builtin_clang)
1111
endif()
1212

1313
#--Set the LLVM version required for ROOT-----------------------------------------------------------
14-
set(ROOT_LLVM_VERSION_REQUIRED_MAJOR 20)
14+
set(ROOT_LLVM_VERSION_REQUIRED_MAJOR 22)
1515

1616
#---Define the way we want to build and what of llvm/clang/cling------------------------------------
1717
set(LLVM_ENABLE_RTTI ON CACHE BOOL "")

0 commit comments

Comments
 (0)