From ed07b457b6b45ece85d367dc8b89bf3c040abd9a Mon Sep 17 00:00:00 2001 From: Peter Drahoš Date: Sun, 3 Oct 2010 20:08:54 +0200 Subject: Droping down CMake requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1799c01..6dcc346 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # Please note that the package source code is licensed under its own license. PROJECT(lanes C) -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) INCLUDE(dist.cmake) #2DO - patch threading.c to suppot cygwin. -- cgit v1.2.3-55-g6feb