Skip to content

Commit

Permalink
CMake: Add jemalloc when tools are enabled too
Browse files Browse the repository at this point in the history
* Since jemalloc is linked by common which is used by tools
  • Loading branch information
Naios committed Mar 18, 2016
1 parent 5ac4507 commit 0cc1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 0cc1af7

Please sign in to comment.