cmake px4_find_python_module move to standalone file

This commit is contained in:
Daniel Agar
2019-09-15 13:47:26 -04:00
parent d27dfcd921
commit d256fb8770
3 changed files with 72 additions and 40 deletions

View File

@@ -243,6 +243,8 @@ if (CATKIN_DEVEL_PREFIX)
endif()
endif()
# python
include(px4_find_python_module)
find_package(PythonInterp REQUIRED)
option(PYTHON_COVERAGE "Python code coverage" OFF)