[Lldb-commits] [PATCH] D76827: [lldb/CMake] Fix `install` for multi-configuration generators.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 27 18:12:38 PDT 2020


JDevlieghere added a comment.

In D76827#1947176 <https://reviews.llvm.org/D76827#1947176>, @brooks wrote:

> Doing a bit of naive digging suggests to me that putting this section inside an
>
>   if (NOT CMAKE_CFG_INTDIR STREQUAL  ".")
>
>
> might do the trick.


I can reproduce this with the Ninja standalone build. Brooks' suggestion indeed fixes it. Thanks!

Fixed by 823dbb4c748feaae6f20637efd0de159dd156c69 <https://reviews.llvm.org/rG823dbb4c748feaae6f20637efd0de159dd156c69>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76827/new/

https://reviews.llvm.org/D76827





More information about the lldb-commits mailing list