diff options
author | Peter Drahoš <drahosp@gmail.com> | 2010-10-03 20:08:54 +0200 |
---|---|---|
committer | Peter Drahoš <drahosp@gmail.com> | 2010-10-03 20:08:54 +0200 |
commit | ed07b457b6b45ece85d367dc8b89bf3c040abd9a (patch) | |
tree | f7a7a9ce1f653d61beba34097a637d8c569feea4 | |
parent | 6e0ffdbfa13702505cae4ee8e029f855d74cf246 (diff) | |
download | lanes-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.txt | 2 |
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 | ||
7 | PROJECT(lanes C) | 7 | PROJECT(lanes C) |
8 | CMAKE_MINIMUM_REQUIRED(VERSION 2.8) | 8 | CMAKE_MINIMUM_REQUIRED(VERSION 2.6) |
9 | INCLUDE(dist.cmake) | 9 | INCLUDE(dist.cmake) |
10 | 10 | ||
11 | #2DO - patch threading.c to suppot cygwin. | 11 | #2DO - patch threading.c to suppot cygwin. |