ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

Demote missing SIP message from WARNING to STATUS #122

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

It's becoming increasingly normal to use Shiboken instead of SIP, so it shouldn't be a warning when it isn't found.

We'll still get an error message if NONE of the binding generators are available: https://github.com/ros-visualization/qt_gui_core/blob/50bbbb5d17454a4492a3b01894e140d18589a543/qt_gui_cpp/CMakeLists.txt#L65-L68