You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title sums it up. I've build OpenSceneGraph and osgQt from source today on Ubuntu 17.04. The resulting libraries from osgQt on my system with Qt 5.9 are named "libosgQt5.so", "libosgQt5.so.3.5.6", and "libosgQt5.so.145". But FindOpenSceneGraph for CMake will not find osgQt with that naming. I had to rename libosgQt5.so to libosgQt.so so that CMake would find it when using find_package(OpenSceneGraph REQUIRED COMPONENTS osgQt).