This is an archive of the discontinued LLVM Phabricator instance.

cmake: Make OCaml library install path configurable
AbandonedPublic

Authored by mgorny on Sep 8 2016, 10:33 AM.

Details

Reviewers
whitequark
Summary

Add a OCAML_INSTALL_PATH variable that can be used to override the install path for OCaml libraries. It allows overriding the path if the new defaults are non-suitable for non-standard installations.

Depends on: https://reviews.llvm.org/D24351 https://reviews.llvm.org/D24354

Diff Detail

Event Timeline

mgorny updated this revision to Diff 70723.Sep 8 2016, 10:33 AM
mgorny retitled this revision from to cmake: Make OCaml library install path configurable.
mgorny updated this object.
mgorny added a reviewer: whitequark.
mgorny added a subscriber: llvm-commits.
whitequark edited edge metadata.Sep 8 2016, 10:43 AM

Please just fold these three patches into one.

mgorny abandoned this revision.Sep 8 2016, 10:58 AM

Well, three commits look nicer in git but I guess doing them in phabricator is hateful. I'll do that.

I don't see any point in having them separately in git either, it is just confusing since you are making logically one change to one component...