Commit dd1d13182bf61f1036c29ef7b4c244d3dae297a1 adds a requirement for a feature added to cmake 2.8.5. This version of cmake was released in July of 2011.
The only supported distribution not shipping cmake >= 2.8.5 is EL6, however, the EPEL repository for EL provides a compatible version of cmake. bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78368 Signed-off-by: Dylan Baker <[email protected]> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff2038f..1ce429d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.5) list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules") -- 2.0.0.rc0 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
