Bump the Python version number for Cura.

CURA-2150 Upgrade to PyQt 5.6 and Python 3.5
This commit is contained in:
Simon Edwards 2016-11-09 12:55:31 +01:00
parent 4c89e8253f
commit ba0fba0844

View File

@ -25,7 +25,7 @@ if(NOT ${URANIUM_SCRIPTS_DIR} STREQUAL "")
CREATE_TRANSLATION_TARGETS()
endif()
find_package(PythonInterp 3.4.0 REQUIRED)
find_package(PythonInterp 3.5.0 REQUIRED)
install(DIRECTORY resources
DESTINATION ${CMAKE_INSTALL_DATADIR}/cura)