Suggested patch for FindOpenGL.cmake

Brad King brad.king at kitware.com
Mon Jun 19 16:08:40 CEST 2006


David Faure wrote:
> Why look for X11 again, if we did so already before?
[snip]
>    IF (OPENGL_gl_LIBRARY)
> -    INCLUDE(FindX11)
> +    IF (NOT X11_FOUND)
> +      INCLUDE(FindX11)
> +    ENDIF (NOT X11_FOUND)

This fix will be in CMake 2.4.3.

-Brad


More information about the Kde-buildsystem mailing list