Skip to content

Commit db28359

Browse files
c8effacebook-github-bot
authored andcommitted
Fix CMake build related to index code refactor (#384)
Summary: In d0139af, `block_cache/Index.cpp` was renamed to `block_cache/SparseMapIndex.cpp`, but this change was not reflected in the cmake build, causing errors. Pull Request resolved: #384 Reviewed By: pbhandar2 Differential Revision: D74184037 Pulled By: haowu14 fbshipit-source-id: d0ce23fe7f85612ab1a1e7a6f929fa1ac0125273
1 parent 39e4dc8 commit db28359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cachelib/navy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ add_library (cachelib_navy
2525
block_cache/BlockCache.cpp
2626
block_cache/FifoPolicy.cpp
2727
block_cache/HitsReinsertionPolicy.cpp
28-
block_cache/Index.cpp
2928
block_cache/LruPolicy.cpp
3029
block_cache/Region.cpp
3130
block_cache/RegionManager.cpp
31+
block_cache/SparseMapIndex.cpp
3232
common/Buffer.cpp
3333
common/Device.cpp
3434
common/FdpNvme.cpp

0 commit comments

Comments
 (0)