Update llvm.cmake

This commit is contained in:
alexey-milovidov 2021-05-01 08:07:55 +03:00 committed by GitHub
parent 939b940c29
commit 012620b71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ if (NOT USE_INTERNAL_LLVM_LIBRARY)
set (LLVM_PATHS "/usr/local/lib/llvm")
if (NOT LLVM_FOUND)
find_package (LLVM 11...12 CONFIG PATHS ${LLVM_PATHS})
find_package (LLVM 11.1 11 CONFIG PATHS ${LLVM_PATHS})
endif ()
if (LLVM_FOUND)