This commit is contained in:
luis
2026-03-27 08:24:17 -03:00
parent 57d072cee8
commit ae4220c491
2 changed files with 3 additions and 9 deletions
+2 -7
View File
@@ -20,9 +20,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(utf8cpp) add_subdirectory(utf8cpp)
add_subdirectory(valgrind) add_subdirectory(valgrind)
add_subdirectory(openssl) add_subdirectory(openssl)
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM) add_subdirectory(jemalloc)
add_subdirectory(jemalloc)
endif()
add_subdirectory(argon2) add_subdirectory(argon2)
add_subdirectory(openssl_ed25519) add_subdirectory(openssl_ed25519)
add_subdirectory(short_alloc) add_subdirectory(short_alloc)
@@ -33,11 +31,8 @@ if(SERVERS)
add_subdirectory(readline) add_subdirectory(readline)
add_subdirectory(gsoap) add_subdirectory(gsoap)
add_subdirectory(rapidjson) add_subdirectory(rapidjson)
add_subdirectory(protobuf)
endif()
if(SERVERS AND BUILD_EFSW)
add_subdirectory(efsw) add_subdirectory(efsw)
add_subdirectory(protobuf)
endif() endif()
if(TOOLS) if(TOOLS)