]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: set denc_plugin_dir with the full path 42185/head
authorzhipeng li <qiuxinyidian@gmail.com>
Mon, 5 Jul 2021 14:15:02 +0000 (22:15 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 7 Jul 2021 07:35:16 +0000 (15:35 +0800)
commit0dec93a8e55305ca86e3b34ab5792213c6b8226b
treec65b2e5d2e9375472d4746b680ad5e9b38482e12
parent3510d2e6a5014a0190a0ef7bb309af63e9aca6ab
cmake: set denc_plugin_dir with the full path

This commit changes denc_plugin_dir from relative to absolute path, so
that CEPH_DENC_MOD_DIR points to the absolute path and ceph-dencoder
is able to load the shared libraries from the specified path.

Fixes:https://tracker.ceph.com/issues/51519
Signed-off-by: zhipeng li <qiuxinyidian@gmail.com>
src/tools/ceph-dencoder/CMakeLists.txt