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

Commit 3073b10

Browse files
committed
Droping down CMake requirement
1 parent f32480f commit 3073b10

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(luaxml C)
8-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
8+
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
99
INCLUDE(dist.cmake)
1010

1111
IF (MSVC)

0 commit comments

Comments
 (0)