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
…sity#86).
Ensures that OpenGL libraries are linked when building test targets, which may be necessary for proper rendering and testing of graphics-related functionality.
The tests are intended to be run non-interactively, and it appears the cmake file already links the OSMesa libraries. OSMesa is needed for -show-scene, so we always set it up with that, which I guess is why we haven't seen this issue. Looks like wb_command has a conditional to decide whether to link to OSMesa or openGL.
After run:
mkdir build cd build cmake -D CMAKE_BUILD_TYPE=Release -D WORKBENCH_MESA_DIR=/usr -D WORKBENCH_USE_QT5=TRUE ../workbench/src nice make -j8
It failed with errors:
The text was updated successfully, but these errors were encountered: