Build: Fixed tools only build

This commit is contained in:
Shauren
2023-02-06 00:01:56 +01:00
committed by GitHub
parent ea3f7f665b
commit 592e01cf7a

View File

@@ -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)