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

Brooks Davis via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 27 16:32:48 PDT 2020


brooks added a comment.

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.


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