commit | e61f0352c3eb48df033d93ef5943051a939813d6 | [log] [tgz] |
---|---|---|
author | Ben Boeckel <mathstuf@users.noreply.github.com> | Sun Oct 01 13:15:15 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Oct 01 06:21:42 2023 -0700 |
tree | 190b6f86edf4cccb2272fc29ac1b3a242413932c | |
parent | 06f1bebcb9c443de19d19f3f35ef1e9894a0a03a [diff] |
cmake: allow disabling building with the install name directory When custom install names and rpaths setups are used they may not work in the build tree as-is (namely when using absolute paths for install names in order to avoid rpath juggling in downstream projects). Add a flag for opting out of this behaviour. See: https://reviews.llvm.org/D42463 GitOrigin-RevId: c1ce21b450fd9607c3b44acd520f4e449c6a9a89