[PATCH] D24354: cmake: Install the OCaml libraries into a more correct path

JacquesPa via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 13:04:02 PDT 2016


jpdeplaix added a comment.

ocamlfind is looking for a "META" file in subdirectories so META.llvm (for example) is not handled.
META files in the form "META.thing" are handled only in the base directory.


https://reviews.llvm.org/D24354





More information about the llvm-commits mailing list