From ba0fba08444746a6952508d58bc8c03312eeb48d Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Wed, 9 Nov 2016 12:55:31 +0100 Subject: Bump the Python version number for Cura. CURA-2150 Upgrade to PyQt 5.6 and Python 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3