We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbaa6a commit b7f10b0Copy full SHA for b7f10b0
cmake/LuaNativeObjects.cmake
@@ -2,8 +2,9 @@
2
# Lua Native Objects
3
#
4
5
-find_program(LUA_NATIVE_OBJECTS_EXECUTABLE native_objects.lua
6
- PATHS ${CMAKE_SOURCE_DIR}/../LuaNativeObjects
+find_program(LUA_NATIVE_OBJECTS_EXECUTABLE
+ NAMES native_objects.lua native_objects
7
+ PATHS ${CMAKE_SOURCE_DIR}/../LuaNativeObjects ENV PATH
8
DOC "LuaNativeObjects executable path")
9
set(USE_PRE_GENERATED_BINDINGS TRUE CACHE BOOL
10
"Set this to FALSE to re-generate bindings using LuaNativeObjects")
0 commit comments