From 592e01cf7a5d7b6f7ec63d30edc09dd9d4062b62 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 6 Feb 2023 00:01:56 +0100 Subject: Build: Fixed tools only build --- dep/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep') diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 0607f678338..234995298c8 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -23,6 +23,7 @@ if(SERVERS OR TOOLS) add_subdirectory(jemalloc) add_subdirectory(argon2) add_subdirectory(openssl_ed25519) + add_subdirectory(short_alloc) endif() if(SERVERS) @@ -32,7 +33,6 @@ if(SERVERS) add_subdirectory(rapidjson) add_subdirectory(efsw) add_subdirectory(protobuf) - add_subdirectory(short_alloc) endif() if(TOOLS) -- cgit v1.2.3