xo-jit: try requiring llvm 18.1
cmake doesn't accept '18' as a match for '18.1'
This commit is contained in:
parent
c9948aa7b1
commit
bb781207e7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 $
|
|||
xo_dependency(${SELF_LIB} xo_expression)
|
||||
|
||||
# llvm {16,17} api will not build without some retro work
|
||||
find_package(LLVM 18 REQUIRED CONFIG)
|
||||
find_package(LLVM 18.1 REQUIRED CONFIG)
|
||||
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
|
||||
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
|
||||
message(STATUS "LLVM_DIR=${LLVM_DIR}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue