Skip to content

Commit

Permalink
Complete the llvm13 upgrade for ROOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 1, 2022
1 parent a006b4a commit 686b160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ else()
include(VersionFromVCS)

set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")
if (${PACKAGE_VERSION} MATCHES "9\\.0(|\\.[0-9]+)")
if (${PACKAGE_VERSION} MATCHES "13\\.0(|\\.[0-9]+)")
message(STATUS "Using LLVM external library - ${PACKAGE_VERSION}")
else()
message(FATAL_ERROR "LLVM version different from ROOT supported, please try 9.0.x")
message(FATAL_ERROR "LLVM version different from ROOT supported, please try 13.0.x")
endif()

if (NOT DEFINED LLVM_INCLUDE_TESTS)
Expand Down

0 comments on commit 686b160

Please sign in to comment.