From cd145cb63eb3a5e8a57e8fe872b08f49b1d7b76c Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 13 Jan 2014 04:09:02 -0600 Subject: [PATCH] [GLExtensions] Refix GLES3 build. Until we clean up the platform detection this'll need to be here. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b65342a035..214bb92644 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,6 +354,8 @@ if(NOT ANDROID) if(NOT USE_GLES3) include(FindOpenGL) + else() + set(X11_FOUND 1) endif() include(FindALSA OPTIONAL)