Blob Blame History Raw
From 35cafedd848e0dbefb646f0c1c6c3f05022b3dc8 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 31 Mar 2010 12:10:52 +0400
Subject: [PATCH 3/5] Relax requirements for CMake version

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7c6e40..451ca32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 
 PROJECT (SEMS)
 
-- 
1.6.6.1