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
In the CMakeLists.txt file, the phrase LINK_FLAGS "${STG_LDFLAGS_STR} -framework opengl" is Mac OS specific and causes make problems in Linux. cmake successes but make will fail with c++: opengl: No such file or directory error.
The text was updated successfully, but these errors were encountered:
In the
CMakeLists.txt
file, the phraseLINK_FLAGS "${STG_LDFLAGS_STR} -framework opengl"
is Mac OS specific and causesmake
problems in Linux.cmake
successes butmake
will fail withc++: opengl: No such file or directory
error.The text was updated successfully, but these errors were encountered: