Fixed: Typo in Lua 5.3 module

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 47087e3d22
commit d5749430f7

@ -73,7 +73,7 @@ endif()
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set LUA_FOUND to TRUE if
# all listed variables are TRUE
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Lua52
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Lua53
REQUIRED_VARS LUA_LIBRARIES LUA_INCLUDE_DIR
VERSION_VAR LUA_VERSION_STRING)

Loading…
Cancel
Save