wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.02k forks source link

Fix catkin_lint errors #260

Open augustinmanecy opened 2 years ago

augustinmanecy commented 2 years ago

A suggestion to fix catkin_lint errors and be sure to set -pthread flag for compiler for UNIX systems (not only -lpthread flag for linker). See cmake and pthread discussions suggestions.