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 19096ce commit 180b06bCopy full SHA for 180b06b
CMakeLists.txt
@@ -383,14 +383,7 @@ if(WINDOWS)
383
endif()
384
385
# set UMF_PROXY_LIB_ENABLED
386
-if(UMF_LINK_HWLOC_STATICALLY)
387
- message(
388
- STATUS
389
- "Disabling the proxy library, because HWLOC is set to link statically which is not supported"
390
- )
391
-elseif(UMF_DISABLE_HWLOC)
392
- message(STATUS "Disabling the proxy library, because HWLOC is disabled")
393
-elseif(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
+if(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
394
if(UMF_POOL_SCALABLE_ENABLED)
395
set(UMF_PROXY_LIB_ENABLED ON)
396
set(PROXY_LIB_USES_SCALABLE_POOL ON)
0 commit comments