aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-18 17:28:20 +0100
committerNaios <naios-dev@live.de>2016-03-18 17:28:20 +0100
commit0cc1af721e05c89d82429aaf04c2b8241b768252 (patch)
tree33dd2102de7e2f1edd367cd0fae1fb9172c40ac2
parent5ac4507c877e9a6b73ca8bd3e2f44254eb06ab4a (diff)
CMake: Add jemalloc when tools are enabled too
* Since jemalloc is linked by common which is used by tools
-rw-r--r--dep/CMakeLists.txt2
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()