]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: require lua if WITH_CEPHFS is enabled
authorKefu Chai <kchai@redhat.com>
Mon, 26 Apr 2021 14:44:16 +0000 (22:44 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 2 May 2021 00:15:15 +0000 (08:15 +0800)
commit7471fbfa4bf015c972c0e577da2a1ee87f62adfd
tree3dae4d059a20bb0cbca0bf24b05938ebf631ceef
parentd275875b0e3d76bfe603dbc95e55e309e9b72e10
cmake: require lua if WITH_CEPHFS is enabled

in src/mds/Mantle.cc, the lua C binding APIs are used, so we should only
require lua if WITH_CEPHFS is enabled.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt