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:
authorLipu Fei <lipu.fei815@gmail.com>2019-04-03 11:35:11 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-04-03 11:51:16 +0300
commitfe21d67b8894ae2bb5e87bcc69698ccb81901b19 (patch)
tree96bfa69ee2b21035fa33f88a995e1c6ce71ab25e /CMakeLists.txt
parentd57b2640d934908598a94c35bda1c1b8ecaa03ca (diff)
Fix CI on hal9000
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e9d4a843d..ba427a745d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,11 +34,8 @@ configure_file(cura/CuraVersion.py.in CuraVersion.py @ONLY)
if(${CMAKE_VERSION} VERSION_LESS 3.12)
# Use FindPythonInterp and FindPythonLibs for CMake <3.12
find_package(PythonInterp 3 REQUIRED)
- find_package(PythonLibs 3 REQUIRED)
set(Python3_EXECUTABLE ${PYTHON_EXECUTABLE})
- set(Python3_INCLUDE_DIRS ${PYTHON_INCLUDE_DIRS})
- set(Python3_LIBRARIES ${PYTHON_LIBRARIES})
set(Python3_VERSION ${PYTHON_VERSION_STRING})
set(Python3_VERSION_MAJOR ${PYTHON_VERSION_MAJOR})