diff options
author | Naios <naios-dev@live.de> | 2016-03-18 17:28:20 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 17:14:57 +0200 |
commit | c1b6d7992ecf223443f049fb986947d67108c105 (patch) | |
tree | 15e99bb00f7c39573ef44f3f1f7c855d43557158 /dep/CMakeLists.txt | |
parent | 179b521dce6c8887784870913191a35b2c513b48 (diff) |
CMake: Add jemalloc when tools are enabled too * Since jemalloc is linked by common which is used by tools
(cherry picked from commit 0cc1af721e05c89d82429aaf04c2b8241b768252)
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 e402eb849a5..2ba94b59303 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -23,12 +23,12 @@ if(SERVERS OR TOOLS) add_subdirectory(zlib) add_subdirectory(g3dlite) add_subdirectory(recastnavigation) - add_subdirectory(jemalloc) add_subdirectory(cppformat) add_subdirectory(SFMT) add_subdirectory(utf8cpp) add_subdirectory(valgrind) add_subdirectory(openssl) + add_subdirectory(jemalloc) endif() if(SERVERS) |