mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
cmake: fix Python 3 libs name
This was just wrong. `devel` might be correct on Fedora but no on Ubuntu :).
This commit is contained in:
parent
55372d7cbe
commit
abd2bb4eb7
@ -271,7 +271,7 @@ if (NOT CATKIN_DEVEL_PREFIX)
|
||||
# We have a custom error message to tell users how to install python3.
|
||||
if (NOT PYTHONINTERP_FOUND)
|
||||
message(FATAL_ERROR "Python 3 not found. Please install Python 3:\n"
|
||||
" Ubuntu: sudo apt install python3 python3-devel python3-pip\n"
|
||||
" Ubuntu: sudo apt install python3 python3-dev python3-pip\n"
|
||||
" macOS: brew install python")
|
||||
endif()
|
||||
else()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user