Skip to content

Commit

Permalink
CMakeLists.txt: Bump required LLVM version
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Judt <[email protected]>
  • Loading branch information
hjudt committed Mar 12, 2024
1 parent 54ec83b commit 0e5b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(c2ffi)
set(SOURCE_ROOT ${CMAKE_CURRENT_SOURCE_DIR})

# Apparently the LLVM package doesn't support ranges
find_package(LLVM 16.0.0 CONFIG)
find_package(LLVM 17.0.0 CONFIG)
find_package(Clang REQUIRED CONFIG)

message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
Expand Down

0 comments on commit 0e5b709

Please sign in to comment.