Merge topic 'FindLua-homebrew'

25f34dea FindLua: Add library name for Lua 5.3 on homebrew
This commit is contained in:
Brad King 2016-05-10 14:40:47 -04:00 committed by CMake Topic Stage
commit 1a02780483
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ function(set_lua_version_vars)
lua${CMAKE_MATCH_1}${CMAKE_MATCH_2}
lua${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
lua-${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
lua.${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
)
endforeach ()