Fix CI on hal9000

This commit is contained in:
Lipu Fei 2019-04-03 08:35:11 +00:00
parent d57b2640d9
commit fe21d67b88
2 changed files with 0 additions and 4 deletions

View file

@ -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()