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

Commit a196a36

Browse files
committed
Droping down CMake requirement
1 parent 1dec6ca commit a196a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
PROJECT(versium NONE)
88

9-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
9+
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
1010
INCLUDE(dist.cmake)
1111

1212
INSTALL (DIRECTORY lua/versium DESTINATION ${INSTALL_LMOD})

0 commit comments

Comments
 (0)