diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-11-16 16:25:54 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 00:32:59 +0100 |
commit | 490c05080c6a0da62b5f36f7e7cae74058c2d598 (patch) | |
tree | dc45c630164427aa588cf80dc209fd16404c3ee9 /dep/CMakeLists.txt | |
parent | e2910e6aab0e27e410be3f7310ef99d322ff9dc1 (diff) |
Core/Build: Fix tools-only build
(cherry picked from commit c152e0f4158ca159b9617461ac6c254ff4868d2e)
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |