]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: let WITH_MGR_ROOK_CLIENT depend on WITH_MGR 40901/head
authorKefu Chai <kchai@redhat.com>
Sun, 18 Apr 2021 13:38:23 +0000 (21:38 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 18 Apr 2021 13:53:29 +0000 (21:53 +0800)
commit63d50348c6b9bbf5728dbcc093dde813de57a197
tree445796749ad339e1cc6f17aa6a5c68de876c5bd6
parent4f6adfd148cc792c27e30c9664da5f2a1a3a2d4e
cmake: let WITH_MGR_ROOK_CLIENT depend on WITH_MGR

it does not depend on WITH_MGR_DASHBOARD_FRONTEND, which is disabled by
default and is used for enable/disable the inclusion of dashboard
support. while root client is used by orchestrator. so it should depend
on WITH_MGR not WITH_MGR_DASHBOARD_FRONTEND.

this change addresses the regression introduced by
1003f1ffeee0d016e353f2c8c4ba692b5fdc2805

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