Skip to content

Commit e37e3a3

Browse files
committed
rename luanativeobjects executable file name
According to https://luarocks.org/modules/neopallium/luanativeobjects the executable file name of luanativeobjects is native_objects not native_objects.lua
1 parent dfbaa6a commit e37e3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/LuaNativeObjects.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Lua Native Objects
33
#
44

5-
find_program(LUA_NATIVE_OBJECTS_EXECUTABLE native_objects.lua
5+
find_program(LUA_NATIVE_OBJECTS_EXECUTABLE native_objects
66
PATHS ${CMAKE_SOURCE_DIR}/../LuaNativeObjects
77
DOC "LuaNativeObjects executable path")
88
set(USE_PRE_GENERATED_BINDINGS TRUE CACHE BOOL

0 commit comments

Comments
 (0)