We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c52f4e commit c6e13ddCopy full SHA for c6e13dd
interpreter/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "")
5
if (NOT builtin_clang)
6
message(WARNING "Due to ROOT-specific patches you need a special version of clang. You cannot use vanilla clang.")
7
endif()
8
-
+
9
#--Set the LLVM version required for ROOT-----------------------------------------------------------
10
set(ROOT_LLVM_VERSION_REQUIRED_MAJOR 18)
11
0 commit comments