[Piglit] [PATCH] cmake: bump cmake requirement to 2.8.11

Emil Velikov emil.l.velikov at gmail.com
Fri Sep 26 03:50:53 PDT 2014


Latest waffle (1.4.0) requires cmake 2.8.11 and considering that
waffle and piglit are build hand-in-hand, do the same here.

Suggested-by: Chad Versace <chad.versace at linux.intel.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---

I'm not entirely sure how many people build waffle separate
of piglit and if we must bump the requirement here. Esp since
some enterprise distros do not provide the updated package

Archlinux                3.0.2
Debian wheezy            2.8.9
Debian wheezy-backports  2.8.11
Fedora 19/20             2.8.12
Redhat EL 6/7            2.8.8
OpenSUSE 12.3            2.8.10
OpenSUSE 13.1            2.8.11
SUSE SLE-11 (unofficial) 2.8.12/3.0.1

I'm open to suggestions

Cheers,
Emil


 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14d2927..c1124e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.5)
+cmake_minimum_required(VERSION 2.8.11)
 
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
 
-- 
2.1.0



More information about the Piglit mailing list