Skip to content

Commit a400ac0

Browse files
committed
Add missing AND
1 parent 800c126 commit a400ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/cmake/modules/LLDBConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (LLDB_ENABLE_PYTHON)
181181
endif()
182182

183183
if (SWIG_VERSION VERSION_GREATER_EQUAL "4.2"
184-
Python3_VERSION VERSION_GREATER_EQUAL "3.11"
184+
AND Python3_VERSION VERSION_GREATER_EQUAL "3.11"
185185
AND NOT LLDB_EMBED_PYTHON_HOME)
186186
set(default_enable_python_limited_api ON)
187187
else()

0 commit comments

Comments
 (0)