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
path: root/cmake
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 /cmake
parentd57b2640d934908598a94c35bda1c1b8ecaa03ca (diff)
Fix CI on hal9000
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CuraTests.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/CuraTests.cmake b/cmake/CuraTests.cmake
index 1a1a1c9f29..c0762e2b91 100644
--- a/cmake/CuraTests.cmake
+++ b/cmake/CuraTests.cmake
@@ -10,7 +10,6 @@ include(CMakeParseArguments)
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})
else()