[PATCH] D26894: [llvm-config] Add --cmakedir to obtain CMake module location

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 09:39:33 PST 2016


mgorny added a comment.

@beanz, thinking about this more: how should the `find_package` mechanism handle the distinction between packages actually needing LLVM components like libraries, and packages purely needing LLVM cmake files?

And more generally: would you find it acceptable to alternatively just add cache variable controlling CMake file location for now?


https://reviews.llvm.org/D26894





More information about the llvm-commits mailing list