1
0
Fork 0

Merge pull request #2460 from arangodb/feature/jemalloc-integration

fixed compile with USE_JEMALLOC=OFF
This commit is contained in:
Frank Celler 2017-04-27 12:54:14 +02:00 committed by GitHub
commit 0367a5b6fb
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ if (USE_JEMALLOC)
set(JEMALLOC_LIB ${JEMALLOC_HOME}/lib/libjemalloc.a CACHE PATH "library file")
set(THIRDPARTY_LIBS ${JEMALLOC_LIB})
endif ()
else ()
set(WITH_JEMALLOC OFF CACHE BOOL "enable jemalloc")
endif ()
# snappy settings