mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Use Python 3 everywhere
Since Python 2 is retired in 4 months, we should move everything to 3.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user