diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-02-06 00:01:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 00:01:56 +0100 |
commit | 592e01cf7a5d7b6f7ec63d30edc09dd9d4062b62 (patch) | |
tree | b470e13c45d510e702f88c5a869688b684193526 /dep | |
parent | ea3f7f665b658744970a4cdc24b30e09342039cd (diff) |
Build: Fixed tools only build
Diffstat (limited to 'dep')
-rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |