Skip to content

fix: improper enviornment check#315

Open
Bilal2453 wants to merge 1 commit intoluvit:masterfrom
Bilal2453:patch-1
Open

fix: improper enviornment check#315
Bilal2453 wants to merge 1 commit intoluvit:masterfrom
Bilal2453:patch-1

Conversation

@Bilal2453
Copy link
Contributor

Causes a CMake error if LUA_PATH is set, due to a bad check.

$ make tiny
CMake Error at cmake/Modules/LuaAddExecutable.cmake:17 (if):
  if given arguments:

    "/usr/share/lua/5.4/?.lua" "/usr/share/lua/5.4/?/init.lua" "/usr/lib64/lua/5.4/?.lua" "/usr/lib64/lua/5.4/?/init.lua" "./?.lua" "./?/init.lua"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:160 (lua_add_executable)

Causes a Cmake error if LUA_PATH is set, due to a bad check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant