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
+3 -8
View File
@@ -20,9 +20,7 @@ if(SERVERS OR TOOLS)
add_subdirectory(utf8cpp)
add_subdirectory(valgrind)
add_subdirectory(openssl)
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM)
add_subdirectory(jemalloc)
endif()
add_subdirectory(jemalloc)
add_subdirectory(argon2)
add_subdirectory(openssl_ed25519)
add_subdirectory(short_alloc)
@@ -33,11 +31,8 @@ if(SERVERS)
add_subdirectory(readline)
add_subdirectory(gsoap)
add_subdirectory(rapidjson)
add_subdirectory(protobuf)
endif()
if(SERVERS AND BUILD_EFSW)
add_subdirectory(efsw)
add_subdirectory(protobuf)
endif()
if(TOOLS)
@@ -55,4 +50,4 @@ if(BUILD_TESTING)
GIT_TAG v2.13.9
GIT_SHALLOW 1)
FetchContent_MakeAvailable(Catch2)
endif()
endif()