Skip to content
Snippets Groups Projects
Commit 802716e5 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task LSMR-8: attempt to switch to Python 3

parent 148ed136
No related branches found
No related tags found
1 merge request!87Lsmr epic
lofar_find_package(PythonInterp 3.4 REQUIRED)
set(USE_PYTHON_COMPILATION Off)
set(PYTHON_EXECUTABLE /usr/bin/python3)
lofar_find_package(PythonInterp 3.4 REQUIRED)
include(PythonInstall)
include(FindPython3Module)
......
include(LofarCTest)
include(FindPython3Module)
set(USE_PYTHON_COMPILATION Off)
set(PYTHON_EXECUTABLE /usr/bin/python3)
find_python3_module(mock REQUIRED)
find_python3_module(requests REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment