Skip to content
Snippets Groups Projects
Commit f7972e29 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 580ad7ec
No related branches found
No related tags found
1 merge request!87Lsmr epic
......@@ -77,7 +77,7 @@ function(find_python3_module _module)
set(ENV{PYTHONPATH} ${PYTHON_${_MODULE}_FIND_HINTS}:$ENV{PYTHONPATH})
set(_cmd "from __future__ import print_function; import ${_module}; print(${_module}.__file__)")
execute_process(
COMMAND "$/usr/bin/python3" "-c" "${_cmd}"
COMMAND "/usr/bin/python3" "-c" "${_cmd}"
RESULT_VARIABLE _result
OUTPUT_VARIABLE _output
ERROR_QUIET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment