Skip to content

Commit 9ba1b9b

Browse files
authored
Update cmake/PythonModules.cmake
1 parent d0a884c commit 9ba1b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/PythonModules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
141141
endif()
142142
endforeach()
143143
else()
144-
set(PYTHON_SEARCH_VERSIONS 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13)
144+
set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13)
145145
foreach(PYTHON_DISABLE_VERSION ${PYTHON_DISABLE_VERSIONS})
146146
list(REMOVE_ITEM PYTHON_SEARCH_VERSIONS ${PYTHON_DISABLE_VERSION})
147147
endforeach()

0 commit comments

Comments
 (0)