Skip to content

Commit 2047208

Browse files
authored
Merge pull request #364 from lukaszstolarczuk/proxy-lib-jemalloc
Don't force UMF_PROXY_LIB_BASED_ON_POOL
2 parents 0bdc5de + 2ca4e41 commit 2047208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ option(USE_VALGRIND "Enable Valgrind instrumentation" OFF)
3636
set(UMF_PROXY_LIB_BASED_ON_POOL
3737
SCALABLE
3838
CACHE STRING
39-
"A UMF pool the proxy library is based on (SCALABLE or JEMALLOC)"
40-
FORCE)
39+
"A UMF pool the proxy library is based on (SCALABLE or JEMALLOC)")
4140

4241
set(KNOWN_BUILD_TYPES Release Debug RelWithDebInfo MinSizeRel)
4342
string(REPLACE ";" " " KNOWN_BUILD_TYPES_STR "${KNOWN_BUILD_TYPES}")

0 commit comments

Comments
 (0)