diff options
-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 76007ade563..aeffd5b8469 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -26,12 +26,12 @@ if(SERVERS OR TOOLS) add_subdirectory(utf8cpp) add_subdirectory(valgrind) add_subdirectory(openssl) + add_subdirectory(jemalloc) endif() if(SERVERS) add_subdirectory(mysql) add_subdirectory(readline) - add_subdirectory(jemalloc) add_subdirectory(gsoap) add_subdirectory(process) endif() |