From 9bdea8740e748799e1c1b4cd5233e50cc7b66f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 13 Aug 2011 16:29:37 +0200 Subject: [PATCH] Don't set KWIN_HAVE_OPENGL(ES) CMake Variables Those are set as target properties only. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 620c03e14f..bde6626ab3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,9 +33,6 @@ if( KWIN_BUILD_XRENDER_COMPOSITING ) set( KWIN_HAVE_XRENDER_COMPOSITING 1 ) endif( KWIN_BUILD_XRENDER_COMPOSITING ) -macro_bool_to_01( OPENGL_FOUND KWIN_HAVE_OPENGL ) -macro_bool_to_01( OPENGLES_FOUND KWIN_HAVE_OPENGLES ) - if(OPENGL_FOUND) include_directories(${OPENGL_INCLUDE_DIR}) endif(OPENGL_FOUND)