Skip to content

Commit 3ed55a5

Browse files
authored
Merge pull request #36 from StephenCWills/cmake-min-version
Introduce max policy version for compatibility with newer CMake versions
2 parents 52674cd + c19bcf0 commit 3ed55a5

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.1...3.12)
22
project(lua LANGUAGES C VERSION 5.4.7)
33

44
option(LUA_SUPPORT_DL "Support dynamic loading of compiled modules" OFF)

0 commit comments

Comments
 (0)