1
0
Fork 0

fixed compile with USE_JEMALLOC=OFF

This commit is contained in:
Frank Celler 2017-04-27 12:43:42 +02:00
parent f94ef035cb
commit d90f0136bc
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