Skip to content

Commit

Permalink
Force llvm 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMtze committed Dec 4, 2023
1 parent 7078ff7 commit d2d330e
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 @@ -8,7 +8,7 @@ include(GNUInstallDirs)

set(CMAKE_C_STANDARD 11)
set(CMAKE_EXPORT_COMPILE_COMMANDS OFF)
find_package(LLVM REQUIRED CONFIG)
find_package(LLVM 12.0 REQUIRED CONFIG)

message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
Expand Down

0 comments on commit d2d330e

Please sign in to comment.