Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-11-09 14:55:31 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-11-09 14:56:11 +0300
commitba0fba08444746a6952508d58bc8c03312eeb48d (patch)
treee0180670bea5d10a60e6b31f6c0e39f671ca75b6 /CMakeLists.txt
parent4c89e8253fcb9fd92ab545302126a7acfc7d94e3 (diff)
Bump the Python version number for Cura.
CURA-2150 Upgrade to PyQt 5.6 and Python 3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c591ffa625..a18c4585d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)