mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-05 17:04:11 +00:00
Try hard to find python
This commit is contained in:
parent
e86047d12e
commit
30f624e548
@ -145,6 +145,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
volk_python_check_module("mako >= 0.4.2" mako "mako.__version__ >= '0.4.2'" MAKO_FOUND)
|
volk_python_check_module("mako >= 0.4.2" mako "mako.__version__ >= '0.4.2'" MAKO_FOUND)
|
||||||
if(NOT MAKO_FOUND)
|
if(NOT MAKO_FOUND)
|
||||||
|
unset(PYTHON_EXECUTABLE)
|
||||||
find_program(PYTHON_EXECUTABLE NAMES python3 python)
|
find_program(PYTHON_EXECUTABLE NAMES python3 python)
|
||||||
if(PYTHON_EXECUTABLE)
|
if(PYTHON_EXECUTABLE)
|
||||||
set(PYTHONINTERP_FOUND TRUE)
|
set(PYTHONINTERP_FOUND TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user