We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb43621 commit fa8b8abCopy full SHA for fa8b8ab
lldb/cmake/modules/FindPythonAndSwig.cmake
@@ -66,8 +66,7 @@ else()
66
endif()
67
68
set(LLDB_RECOMMENDED_PYTHON "3.8")
69
-if(Python3_LIBRARIES AND Python3_INCLUDE_DIRS AND Python3_EXECUTABLE AND LLDB_ENABLE_SWIG
70
- AND "${Python3_VERSION}" VERSION_LESS "${LLDB_RECOMMENDED_PYTHON}")
+if(PYTHONANDSWIG_FOUND AND "${Python3_VERSION}" VERSION_LESS "${LLDB_RECOMMENDED_PYTHON}")
71
message(WARNING "Using Python ${Python3_VERSION}. ${LLDB_RECOMMENDED_PYTHON} "
72
"is recommended and will be required from LLDB 21.")
73
0 commit comments