Build: Fixed tools only build (#29341)

(cherry picked from commit 592e01cf7a)
This commit is contained in:
Edgars Baduns
2023-09-29 13:29:29 +01:00
committed by GitHub
parent b3dbc8bd6d
commit ff0d198ef5

View File

@@ -22,6 +22,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(openssl)
add_subdirectory(jemalloc)
add_subdirectory(argon2)
add_subdirectory(short_alloc)
endif()
if(SERVERS)
@@ -29,7 +30,6 @@ if(SERVERS)
add_subdirectory(readline)
add_subdirectory(gsoap)
add_subdirectory(efsw)
add_subdirectory(short_alloc)
endif()
if(TOOLS)