[all-commits] [llvm/llvm-project] c1ce21: cmake: allow disabling building with the install n...

Ben Boeckel via All-commits all-commits at lists.llvm.org
Sun Oct 1 06:15:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1ce21b450fd9607c3b44acd520f4e449c6a9a89
      https://github.com/llvm/llvm-project/commit/c1ce21b450fd9607c3b44acd520f4e449c6a9a89
  Author: Ben Boeckel <mathstuf at users.noreply.github.com>
  Date:   2023-10-01 (Sun, 01 Oct 2023)

  Changed paths:
    M llvm/CMakeLists.txt
    M llvm/docs/CMake.rst

  Log Message:
  -----------
  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




More information about the All-commits mailing list