From 7c2d8fc8f891bf261c3f61c18b4b8587a5ab2743 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@lindenlab.com>
Date: Thu, 31 Jul 2008 18:13:05 +0000
Subject: [PATCH] Bump minimum cmake version to 2.4.8.

---
 indra/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index f93087f4a04..00ea1b87274 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -4,8 +4,8 @@
 # other commands to guarantee full compatibility
 # with the version specified
 
-# The FindPkgConfig module was released with 2.4.7.
-cmake_minimum_required(VERSION 2.4.7 FATAL_ERROR)
+# The "cmake -E touch" command was released with 2.4.8.
+cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR)
 
 # This makes cmake 2.6 not complain about a version
 # 2.4 compatibility mode
-- 
GitLab