mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
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:
commit
c1ae6fa3fd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user