forked from premiere/premiere-libtorrent
support newer python versions in python bindings
This commit is contained in:
parent
ebc2bfc4dd
commit
eb50e9e5d2
|
@ -21,7 +21,7 @@ function(_get_compatible_python_versions _ret)
|
|||
elseif(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 16 AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 17)
|
||||
list(APPEND _tmp 3.3 3.4)
|
||||
elseif(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 19 AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 20)
|
||||
list(APPEND _tmp 3.5 3.6)
|
||||
list(APPEND _tmp 3.5 3.6 3.7 3.8)
|
||||
endif()
|
||||
set(${_ret} ${_tmp} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
|
Loading…
Reference in New Issue