Skip to content

Commit 0301785

Browse files
authored
Update Lua package version requirement to Lua51
1 parent 4025f4b commit 0301785

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
@@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE)
1515
FORCE)
1616
endif()
1717

18-
find_package(Lua REQUIRED)
18+
find_package(Lua51 REQUIRED)
1919
include_directories(${LUA_INCLUDE_DIR})
2020

2121
if(NOT USE_INTERNAL_FPCONV)

0 commit comments

Comments
 (0)