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
printf "#include <GLFW/glfw3.h>" | cc -xc - -c -o /dev/null
if [ $? -ne 0 ]; then printf "GLFW not found.\n * On RHEL-compatible systems you probably need: GLFW3-devel\n * On Ubuntu-compatible systems you probably need: libglfw3-dev\n"; exit 1; fi
---
# FIXME: --debug-output somehow needed to get CMake 3.18.2 to work