]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: rename a series of pmem libraries to pmdk 46835/head
authorYin Congmin <congmin.yin@intel.com>
Sat, 25 Jun 2022 09:43:52 +0000 (17:43 +0800)
committerYin Congmin <congmin.yin@intel.com>
Mon, 27 Jun 2022 17:16:33 +0000 (01:16 +0800)
commita84a2e109112811cfbd3debe303fb6d6bdcd061f
tree7d9aaa6203869bf73f0577187d7ecc7fbcf101be
parent693ad565031b7f5cf7c1cdc9ff9202809ef682d4
cmake: rename a series of pmem libraries to pmdk

At first, libpmem was the only library. Later, pmem related libraries
such as libpmemobj and libpmem2 were gradually added. These libraries
were also integrated into one named pmdk. So rename to pmdk.

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
cmake/modules/Buildpmdk.cmake [new file with mode: 0644]
cmake/modules/Buildpmem.cmake [deleted file]
cmake/modules/Findpmdk.cmake [new file with mode: 0644]
cmake/modules/Findpmem.cmake [deleted file]
src/CMakeLists.txt
src/blk/CMakeLists.txt
src/librbd/CMakeLists.txt