From c152e0f4158ca159b9617461ac6c254ff4868d2e Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Sat, 16 Nov 2019 16:25:54 +0100 Subject: [PATCH] Core/Build: Fix tools-only build --- dep/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index ce75874d8d9..5371b4e640a 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) @@ -29,7 +30,6 @@ if (SERVERS) add_subdirectory(readline) add_subdirectory(gsoap) add_subdirectory(efsw) - add_subdirectory(argon2) endif() if (TOOLS)