JDevlieghere added a comment.

In D64812#1588030 <https://reviews.llvm.org/D64812#1588030>, @mgorny wrote:

> Hmm, I've just looked through CMake docs, and I think a better solution might 
> be:
>
>   find_package(Python COMPONENTS Interpreter Development)
>
>
> Apparently using separate modules has been deprecated in 3.12, and using a 
> single `FindPython` call guarantees version match.
>
> Of course, this would require changing all the stuff that relies on Python. 
> if you don't have time to fight it, I suppose this is good enough as interim 
> solution.


If that works in `3.4` I'm happy to go that way!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64812



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to