Skip to content

Commit

Permalink
cmake: fix Python 3 libs name
Browse files Browse the repository at this point in the history
This was just wrong. `devel` might be correct on Fedora but no on Ubuntu
:).
  • Loading branch information
julianoes authored and dagar committed Feb 13, 2020
1 parent 55372d7 commit abd2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit abd2bb4

Please sign in to comment.