Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

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 577cc99 commit a185610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Please note that the package source code is licensed under its own license.

PROJECT(objectlua NONE)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(dist.cmake)

# Install
Expand Down

0 comments on commit a185610

Please sign in to comment.