We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3c183 commit 9760ef8Copy full SHA for 9760ef8
engines/nobucket/CMakeLists.txt
@@ -2,4 +2,4 @@ add_library(nobucket STATIC
2
nobucket_public.h
3
nobucket.cc)
4
kv_enable_pch(nobucket)
5
-target_link_libraries(nobucket PRIVATE platform spdlog::spdlog)
+target_link_libraries(nobucket PRIVATE platform)
engines/nobucket/nobucket.cc
@@ -15,7 +15,6 @@
15
#include <memcached/durability_spec.h>
16
#include <memcached/engine.h>
17
18
-#include <cstdlib>
19
#include <stdexcept>
20
#include <string>
21
0 commit comments