Skip to content

Commit 2ca4e41

Browse files
Don't force UMF_PROXY_LIB_BASED_ON_POOL
FORCE make it always come back to the default value. In our use case it's only needed to set the value if empty or missing.
1 parent f3006bf commit 2ca4e41

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)