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:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-11-21 16:44:19 +0300
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-11-21 16:44:19 +0300
commita0ba393673ae3e813cdf06222faaee7830bd8e78 (patch)
tree2540aab41fca30765241f54ce3fd3fdd1f9f0801 /CMakeLists.txt
parent65add78401b582fe1f19425eb8f8e2622068cc93 (diff)
parent3c1194e8478f85e76966a9a47ada290b1bee1c51 (diff)
Merge remote-tracking branch 'upstream/master' into UM3NPP_merge
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 bf93166e2e..002662152e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,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)