summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2010-10-03 20:08:54 +0200
committerPeter Drahoš <drahosp@gmail.com>2010-10-03 20:08:54 +0200
commited07b457b6b45ece85d367dc8b89bf3c040abd9a (patch)
treef7a7a9ce1f653d61beba34097a637d8c569feea4
parent6e0ffdbfa13702505cae4ee8e029f855d74cf246 (diff)
downloadlanes-2.0.3.tar.gz
lanes-2.0.3.tar.bz2
lanes-2.0.3.zip
Droping down CMake requirementv2.0.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1799c01..6dcc346 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
5# Please note that the package source code is licensed under its own license. 5# Please note that the package source code is licensed under its own license.
6 6
7PROJECT(lanes C) 7PROJECT(lanes C)
8CMAKE_MINIMUM_REQUIRED(VERSION 2.8) 8CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
9INCLUDE(dist.cmake) 9INCLUDE(dist.cmake)
10 10
11#2DO - patch threading.c to suppot cygwin. 11#2DO - patch threading.c to suppot cygwin.