Skip to content

Commit

Permalink
fixed oss build error related to inject_pause
Browse files Browse the repository at this point in the history
Summary:
As reported by #270, the oss build is broken because we
forgot to add the newly added file inject_pause.cpp to CMakeLists.txt. This changes fixes it.
When we work on D48811189,

Reviewed By: haowu14

Differential Revision: D50618724

fbshipit-source-id: 5e29145a207ece914485beaa6f613040b49dc871
  • Loading branch information
Jaesoo Lee authored and facebook-github-bot committed Oct 25, 2023
1 parent c6c6af5 commit eedf5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cachelib/common/CMakeLists.txt
Expand Up @@ -21,6 +21,7 @@ add_library (cachelib_common
CountDownLatch.cpp
${BLOOM_THRIFT_FILES}
hothash/HotHashDetector.cpp
inject_pause.cpp
PercentileStats.cpp
PeriodicWorker.cpp
piecewise/GenericPieces.cpp
Expand Down

0 comments on commit eedf5ca

Please sign in to comment.