Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jan 18, 2024
1 parent 31ad236 commit 9f56167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/FindLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ elseif(NOT LLVM_CONFIG_EXECUTABLE)
foreach(i RANGE 0 9)
list(APPEND LLVM_FIND_VERSION_CONCAT llvm-config${LLVM_FIND_VERSION_CONCAT_PREFIX}${i})
endforeach()
message("llvm-config list: ${LLVM_FIND_VERSION_CONCAT}")

find_program(LLVM_CONFIG_EXECUTABLE NAMES llvm-config-${LLVM_FIND_VERSION} ${LLVM_FIND_VERSION_CONCAT} llvm-config DOC "llvm-config executable")

Expand Down

0 comments on commit 9f56167

Please sign in to comment.