We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3006bf commit 2ca4e41Copy full SHA for 2ca4e41
CMakeLists.txt
@@ -36,8 +36,7 @@ option(USE_VALGRIND "Enable Valgrind instrumentation" OFF)
36
set(UMF_PROXY_LIB_BASED_ON_POOL
37
SCALABLE
38
CACHE STRING
39
- "A UMF pool the proxy library is based on (SCALABLE or JEMALLOC)"
40
- FORCE)
+ "A UMF pool the proxy library is based on (SCALABLE or JEMALLOC)")
41
42
set(KNOWN_BUILD_TYPES Release Debug RelWithDebInfo MinSizeRel)
43
string(REPLACE ";" " " KNOWN_BUILD_TYPES_STR "${KNOWN_BUILD_TYPES}")
0 commit comments