Don't set KWIN_HAVE_OPENGL(ES) CMake Variables

Those are set as target properties only.
icc-effect-5.14.5
Martin Gräßlin 2011-08-13 16:29:37 +02:00
parent f5a187d224
commit 9bdea8740e
1 changed files with 0 additions and 3 deletions

View File

@ -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)