Ping

On Mon, May 18, 2015 at 2:06 PM, Marek Olšák <[email protected]> wrote:
> From: Marek Olšák <[email protected]>
>
> ---
>  CMakeLists.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 2208dc7..9152066 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -33,9 +33,9 @@ endif()
>
>
>  option(PIGLIT_BUILD_GL_TESTS "Build tests for OpenGL" ON)
> -option(PIGLIT_BUILD_GLES1_TESTS "Build tests for OpenGL ES1" OFF)
> -option(PIGLIT_BUILD_GLES2_TESTS "Build tests for OpenGL ES2" OFF)
> -option(PIGLIT_BUILD_GLES3_TESTS "Build tests for OpenGL ES3" OFF)
> +option(PIGLIT_BUILD_GLES1_TESTS "Build tests for OpenGL ES1" ON)
> +option(PIGLIT_BUILD_GLES2_TESTS "Build tests for OpenGL ES2" ON)
> +option(PIGLIT_BUILD_GLES3_TESTS "Build tests for OpenGL ES3" ON)
>  option(PIGLIT_BUILD_CL_TESTS "Build tests for OpenCL" OFF)
>
>  if(PIGLIT_BUILD_GL_TESTS)
> --
> 2.1.0
>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to