Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linking of GLEW library #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 5, 2020

  1. Fix linking of GLEW library

    FindGLEW.cmake Module silently tries to include glew-config.cmake.
    If it succeeds, then it stop and return to the caller.
    However, glew-config.cmake only sets GLEW::GLEW, resulting in
    missing glew shared library at link time.
    
    Credits to Eduardo Suarez-Santana for discovering the build error and providing the fix.
    https://gitlab.exherbo.org/DanySpin97/danyspin97-exheres/-/issues/2
    danyspin97 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    811b7e4 View commit details
    Browse the repository at this point in the history