On 12/12/2015 02:12 PM, David Gobbi wrote:
> 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".

Thanks.  I'm not familiar with those roles myself so I've long wondered
why we used AGL for GLU.  Applied:

 FindOpenGL: Don't add AGL to OPENGL_LIBRARIES on OS X.
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=08580be2

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to