From 675bbb739458468d375b19cdf2fab2aa793d5207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Draho=C5=A1?= Date: Sun, 3 Oct 2010 14:09:00 -0400 Subject: [PATCH] Droping down CMake requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba4248db..f5100eeb 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(luasocket C) -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) INCLUDE(dist.cmake) # Shared library exporting.