Skip to content

Commit

Permalink
Droping down CMake requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Oct 3, 2010
1 parent 4e6a8ee commit 675bbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 675bbb7

Please sign in to comment.