From ac39cdc2f8574ce8a429208f8dd7fdc33a40d610 Mon Sep 17 00:00:00 2001
From: Wesley Griffin <wesley.griffin@nist.gov>
Date: Mon, 1 Aug 2016 15:36:15 -0400
Subject: [PATCH] bump required CMake version down to 2.8.11 since no features
 are required in cmake>2.8.11 and this allows building on stock CentOS 7

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7f09fb1c..c03edd7c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.11)
 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
 
 option(ENABLE_AMD_EXTENSIONS "Enables support of AMD-specific extensions" OFF)
-- 
GitLab