Use Python 3 everywhere

Since Python 2 is retired in 4 months, we should move everything to 3.
This commit is contained in:
Julian Oes
2019-08-26 14:58:42 +02:00
committed by Nuno Marques
parent 3ea62ff53b
commit 4329de9e3b
4 changed files with 10 additions and 10 deletions

View File

@@ -265,7 +265,7 @@ endif()
# python
include(px4_find_python_module)
find_package(PythonInterp REQUIRED)
find_package(PythonInterp 3 REQUIRED)
option(PYTHON_COVERAGE "Python code coverage" OFF)
if(PYTHON_COVERAGE)