[interpreter] Use find_package({LLVM,Clang})#17737
Conversation
LLVM_DIR can be set as a hint for find_package, but LLVMConfig.cmake sets LLVM_CMAKE_DIR.
This gives CMake full information about (transitive) library dependencies. Fixes root-project#17461
vgvassilev
left a comment
There was a problem hiding this comment.
Great to see that’s finally possible. Did you make sure it works with -Dbuiltin_clang,llvm=Off?
Yes, |
Test Results 18 files 18 suites 4d 6h 43m 6s ⏱️ Results for commit 471c3be. |
This gives CMake full information about (transitive) library dependencies.
Fixes #17461