mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Bump the Python version number for Cura.
CURA-2150 Upgrade to PyQt 5.6 and Python 3.5
This commit is contained in:
parent
4c89e8253f
commit
ba0fba0844
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue