Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Add search directory for lua
Browse files Browse the repository at this point in the history
Signed-off-by: caozhong <zhong.z.cao@intel.com>
  • Loading branch information
CaoZhongZ committed May 7, 2021
1 parent 1c29c97 commit 8cf0799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindLua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ foreach (ver IN LISTS LUA_MINOR_VERSIONS)
lua5${ver}
lua5.${ver}
lua-5.${ver}
lua.5.${ver}
)
endforeach ()

Expand Down

0 comments on commit 8cf0799

Please sign in to comment.