mgorny added a comment.

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.


Repository:
  rLLDB LLDB

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