Skip to content

Commit 180b06b

Browse files
committed
test
1 parent 19096ce commit 180b06b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,7 @@ if(WINDOWS)
383383
endif()
384384

385385
# 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)
386+
if(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
394387
if(UMF_POOL_SCALABLE_ENABLED)
395388
set(UMF_PROXY_LIB_ENABLED ON)
396389
set(PROXY_LIB_USES_SCALABLE_POOL ON)

0 commit comments

Comments
 (0)