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

Commit 0d374b8

Browse files
committed
Droping down CMake requirement
1 parent 56f748b commit 0d374b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Please note that the package source code is licensed under its own license.
66

77
PROJECT(recaptcha NONE)
8-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
8+
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
99
INCLUDE(dist.cmake)
1010

1111
INSTALL (FILES lua/recaptcha.lua DESTINATION ${INSTALL_LMOD})

0 commit comments

Comments
 (0)