Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
    • David Gobbi's avatar
      FindOpenGL: Don't add AGL to OPENGL_LIBRARIES on OS X. · 08580be2
      David Gobbi authored and Brad King's avatar Brad King committed
      CMake had been setting OPENGL_glu_LIBRARY to AGL.framework, even
      though AGL is not GLU.  AGL is simply the GL component for the
      deprecated Carbon framework.  GLU is provided by OpenGL.framework.
      
      A side effect of the old behavior was that if AGL was not found
      (it is absent from OS X SDK 10.10 or later), then OPENGL_GLU_FOUND
      would be incorrectly set to "NO".
      08580be2
  2. Dec 11, 2015
  3. Dec 10, 2015
  4. Dec 09, 2015
  5. Dec 08, 2015
  6. Dec 07, 2015
Loading