[Lldb-commits] [PATCH] D63544: Add a worlaround for unsupported cmake feature

Don Hinton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 19 07:47:51 PDT 2019


hintonda added a comment.

I just reviewed all the release notes, and while 3.9 relaxed the usage of TARGET_OBJECTS, cmake doesn't explicitly mention allowing them in `target_link_libraries` until release 3.15.

I don't have any of those versions, but it looks like 3.15 is probably the version you need to use instead of 3.9.  Please see: https://cmake.org/cmake/help/latest/release/3.15.html


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D63544





More information about the lldb-commits mailing list