diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 60e82042e12..2557505ac25 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -22,6 +22,7 @@ if (SERVERS OR TOOLS) add_subdirectory(valgrind) add_subdirectory(openssl) add_subdirectory(jemalloc) + add_subdirectory(argon2) endif() if (SERVERS) @@ -30,7 +31,6 @@ if (SERVERS) add_subdirectory(gsoap) add_subdirectory(rapidjson) add_subdirectory(efsw) - add_subdirectory(argon2) add_subdirectory(protobuf) endif()