From 378f9b7107ad68757bd24b288c9a79e7603e7698 Mon Sep 17 00:00:00 2001 From: Igor Chorazewicz Date: Wed, 2 Nov 2022 18:35:41 +0000 Subject: [PATCH] Fix navy compilation issue EnginePair.cpp file was not added to CMakeLists.txt which led to linking failure. --- cachelib/navy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cachelib/navy/CMakeLists.txt b/cachelib/navy/CMakeLists.txt index a37c40c66a..6197ee4359 100644 --- a/cachelib/navy/CMakeLists.txt +++ b/cachelib/navy/CMakeLists.txt @@ -35,6 +35,7 @@ add_library (cachelib_navy common/SizeDistribution.cpp common/Types.cpp driver/Driver.cpp + engine/EnginePair.cpp Factory.cpp scheduler/ThreadPoolJobScheduler.cpp scheduler/ThreadPoolJobQueue.cpp