Browse Source

CMake: more clear instructions for python dependencies

sbg
Lorenz Meier 8 years ago
parent
commit
792b03628f
  1. 4
      cmake/common/px4_base.cmake

4
cmake/common/px4_base.cmake

@ -623,9 +623,9 @@ function(px4_find_python_module module) @@ -623,9 +623,9 @@ function(px4_find_python_module module)
\nfor debian systems try: \
\n\tsudo apt-get install python-${module} \
\nor for all other OSs/debian: \
\n\tpip install ${module}\n" PY_${module_upper})
\n\tsudo -H pip install ${module}\n" PY_${module_upper})
#if (NOT PY_${module}_FOUND)
#message(FATAL_ERROR "python module not found, exitting")
#message(FATAL_ERROR "python module not found, exiting")
#endif()
endfunction(px4_find_python_module)

Loading…
Cancel
Save