[Piglit] [PATCH 1/4] cmake: Remove unused PIGLIT_HAS_EGL

Chad Versace chad.versace at linux.intel.com
Thu Oct 17 00:30:10 CEST 2013


CC: Ian Romanick <idr at freedesktop.org>
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ec5ddf..82a9d4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -272,7 +272,6 @@ FIND_LIBRARY(OPENGL_egl_LIBRARY
 )
 
 if(OPENGL_egl_LIBRARY)
-    set(PIGLIT_HAS_EGL True)
     add_definitions(-DPIGLIT_HAS_EGL)
 endif()
 
-- 
1.8.3.1



More information about the Piglit mailing list