This commit is contained in:
Vitor Santos Costa
2016-08-22 19:18:33 -05:00
parent f78ddb6724
commit c4544f042d
5 changed files with 29 additions and 23 deletions

View File

@@ -16,6 +16,8 @@ foreach (i 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
break()
endif()
endforeach()
else()
set (Python_ADDITIONAL_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.8 2.6 2.5)
endif()
find_package(PythonInterp)