Skip to content

Commit 87578d8

Browse files
igchorfacebook-github-bot
authored andcommitted
Fix navy compilation issue (facebook#171)
Summary: EnginePair.cpp file was not added to CMakeLists.txt which led to linking failure. Pull Request resolved: facebook#171 Reviewed By: therealgymmy Differential Revision: D40952556 Pulled By: jiayuebao fbshipit-source-id: 5a8931d4899c73af0555f5be5659f2b501d9941a
1 parent 32d0f81 commit 87578d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachelib/navy/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ add_library (cachelib_navy
3535
common/SizeDistribution.cpp
3636
common/Types.cpp
3737
driver/Driver.cpp
38+
engine/EnginePair.cpp
3839
Factory.cpp
3940
scheduler/ThreadPoolJobScheduler.cpp
4041
scheduler/ThreadPoolJobQueue.cpp

0 commit comments

Comments
 (0)