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

Commit 0b4bc8a

Browse files
committed
Droping down CMake requirement
1 parent 4a3b69b commit 0b4bc8a

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
@@ -5,7 +5,7 @@
55
# Please note that the package source code is licensed under its own license.
66

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

1111
# We need Xml2 to compile

0 commit comments

Comments
 (0)