Skip to content

Commit 4da6c31

Browse files
authored
Merge pull request ceph#63620 from athanatos/sjust/wip-71512
cls/CMakeLists.txt: find_package Lua for cls_lua Reviewed-by: Matan Breizman <[email protected]>
2 parents ca309eb + a8465ef commit 4da6c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ endif (WITH_CEPHFS)
242242

243243
if (NOT WIN32)
244244
# cls_lua
245+
find_package(Lua 5.3 REQUIRED)
245246
set(cls_lua_srcs
246247
lua/cls_lua.cc
247248
lua/lua_bufferlist.cc)

0 commit comments

Comments
 (0)