mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Linux LLVM 19 fixes
This commit is contained in:
parent
dd6c4988e5
commit
baeaf1ebe9
4 changed files with 123 additions and 123 deletions
|
@ -119,7 +119,7 @@ add_executable(${PROJECT_NAME}
|
|||
${SRC_FILES}
|
||||
)
|
||||
|
||||
find_package(LLVM 18.1 CONFIG COMPONENTS)
|
||||
find_package(LLVM 19.1 CONFIG COMPONENTS)
|
||||
|
||||
if (LLVM_FOUND)
|
||||
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue