mstorsjo wrote: > > But I don't mind keeping the current suggestion, as it won't produce any > > spurious runtime warnings in LLDB anyway. It would be nice to check if the > > target `Python3::Python` actually exists to avoid the cmake warning I > > quoted above though, but it's not critical. > > I added a check to make sure the target is defined before trying to access > its properties. This should remove the CMake warning.
Thanks! Yes, the warning seems to be gone for me now. https://github.com/llvm/llvm-project/pull/164893 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
