tatyana-krasnukha added inline comments.
================ Comment at: lldb/trunk/unittests/tools/lldb-mi/utils/CMakeLists.txt:12 + +target_sources(LLDBMiUtilTests PRIVATE $<TARGET_OBJECTS:lldb-mi-utils>) ---------------- hintonda wrote: > Just wanted to let you know that using `$<TARGET_OBJECTS:...>` in anything > other than `add_library` and `add_executable` wasn't added until cmake 3.9, > so I'm unable to configure lldb using the officially supported cmake 3.4.3 > version. > > Btw, I use cmake 3.4.3 locally so I don't unintentionally use new unsupported > features to the clang/llvm cmake files. > Thank you for pointing to this issue. I had cmake 3.6.2 version installed and, oddly enough, it worked well. I'd appreciate your review of the [[https://reviews.llvm.org/D63544 | patch ]] that fixes the issue. Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55653/new/ https://reviews.llvm.org/D55653 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits