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

Kenney Phillis kphillisjr at gmail.com
Mon Sep 30 20:11:05 PDT 2013


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



More information about the Piglit mailing list