Merge pull request #38217 from ideepika/wip-fix-lua-failure

cmake: require Lua 5.3 and up

Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-11-24 18:00:15 +08:00 committed by GitHub
commit c1ae6fa3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,7 +512,7 @@ endif(${WITH_LTTNG})
add_subdirectory(global)
find_package(Lua REQUIRED)
find_package(Lua 5.3 REQUIRED)
# rados object classes
add_subdirectory(cls)