summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.