[Piglit] [PATCH 5/8] cmake: Increase minimum version from 2.6 to 2.8.

Vinson Lee vlee at freedesktop.org
Tue Oct 1 10:48:37 PDT 2013


On Mon, Sep 30, 2013 at 8:11 PM, Kenney Phillis <kphillisjr at gmail.com> wrote:
> Increase the Minimum version of CMake that is required from
> version 2.6 to version 2.8. This is because the minimum requirement
> to compile waffle is version 2.8
> ---
>  CMakeLists.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index f064b35..0da074a 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -1,4 +1,4 @@
> -cmake_minimum_required(VERSION 2.6)
> +cmake_minimum_required(VERSION 2.8)
>
>  list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
>
> --
> 1.7.9.5
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


Can this be conditional on whether or not waffle is used? CMake 2.6
works fine for piglit without waffle.


More information about the Piglit mailing list